install bower too!

This commit is contained in:
Patrick McDonagh
2016-03-24 16:35:33 -05:00
parent 0fa7e813a5
commit 16a7a89925

View File

@@ -87,7 +87,7 @@ sudo dpkg -i node_latest_armhf.deb
# curl -sL https://deb.nodesource.com/setup_5.x | sudo -E bash - # curl -sL https://deb.nodesource.com/setup_5.x | sudo -E bash -
# sudo apt-get install -y nodejs # sudo apt-get install -y nodejs
sudo npm install -g coffee-script pm2 sudo npm install -g coffee-script pm2 bower
echo "Configuring Auto-start scripts" echo "Configuring Auto-start scripts"
sudo chmod 777 loggers sudo chmod 777 loggers
@@ -112,6 +112,7 @@ git clone http://patrickjmcd@bitbucket.poconsole.net/scm/poconsole/www.git
git clone http://patrickjmcd@bitbucket.poconsole.net/scm/poconsole/filemanager.git git clone http://patrickjmcd@bitbucket.poconsole.net/scm/poconsole/filemanager.git
cd $installLoc/src/www cd $installLoc/src/www
bower install
npm install npm install
# echo "Setting up Wifi Access Point and DHCP Server" # echo "Setting up Wifi Access Point and DHCP Server"