Reconfigured setup so that www is cloned before attempting to access it
This commit is contained in:
7
setup.sh
7
setup.sh
@@ -97,10 +97,7 @@ echo "Setting up POConsole software"
|
|||||||
mkdir ~/src
|
mkdir ~/src
|
||||||
mkdir ~/.aws
|
mkdir ~/.aws
|
||||||
cp config ~/.aws/
|
cp config ~/.aws/
|
||||||
cp checkCurrentVersion.py ~/src/
|
|
||||||
python ~/src/checkCurrentVersion.py True
|
|
||||||
cd ~/src/www
|
|
||||||
npm install
|
|
||||||
cd ~/setup
|
cd ~/setup
|
||||||
|
|
||||||
# echo "Setting up Wifi Access Point and DHCP Server"
|
# 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/www.git
|
||||||
git clone https://patrickjmcd@bitbucket.org/poconsole/filemanager.git
|
git clone https://patrickjmcd@bitbucket.org/poconsole/filemanager.git
|
||||||
|
|
||||||
|
cd ~/src/www
|
||||||
|
npm install
|
||||||
|
|
||||||
echo "Setup Complete!"
|
echo "Setup Complete!"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user