This commit is contained in:
2016-10-01 14:36:30 -04:00
parent bfba08b1db
commit 0cfb5e54f9

View File

@ -2,7 +2,7 @@
name="$1"
sshURL="$2"
nodePort = `./random_port.py`
nodePort=`./random_port.py`
workingPath=/var/www/gitwrapper/$name
echo "starting $sshURL on $name"
@ -47,7 +47,7 @@ python3 manage.py migrate
chmod 777 db.sqlite3
forever stop $workingPath/node_rtc/app.js
echo "starting node add"
echo "starting node app on port $nodePort"
forever start $workingPath/node_rtc/app.js
echo "creating apache VirtualHost file"