Reconfigured setup so that www is cloned before attempting to access it

This commit is contained in:
Patrick McDonagh
2016-01-04 19:00:14 -06:00
parent 48ca7e127a
commit 1f52512a6c

View File

@@ -97,10 +97,7 @@ echo "Setting up POConsole software"
mkdir ~/src
mkdir ~/.aws
cp config ~/.aws/
cp checkCurrentVersion.py ~/src/
python ~/src/checkCurrentVersion.py True
cd ~/src/www
npm install
cd ~/setup
# echo "Setting up Wifi Access Point and DHCP Server"
@@ -125,6 +122,8 @@ git clone https://patrickjmcd@bitbucket.org/poconsole/datalogger.git
git clone https://patrickjmcd@bitbucket.org/poconsole/www.git
git clone https://patrickjmcd@bitbucket.org/poconsole/filemanager.git
cd ~/src/www
npm install
echo "Setup Complete!"