Skip to content

Commit

Permalink
Merge pull request #6 from Ernie3/master
Browse files Browse the repository at this point in the history
Merging @Ernie3's improvements.
  • Loading branch information
sykeben authored Apr 7, 2019
2 parents d411b31 + 8ad6080 commit 5b9f501
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"port": 80
"port": 5808
}
6 changes: 4 additions & 2 deletions install_deps
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@ echo -e "${Pur}1>${RCol} Preparing apt for node installation..."
sudo apt-get update

echo -e "${Pur}2>${RCol} Installing/updating NodeJS..."
# Get latest Node version
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
sudo apt-get install -y nodejs

echo -e "${Pur}3>${RCol} Installing libraries..."
npm install chalk ejs express path systeminformation
echo -e "${Pur}3>${RCol} Installing NPM libraries..."
npm install

echo -e "${Gre}+>${RCol} Completed."

0 comments on commit 5b9f501

Please sign in to comment.