This commit is contained in:
William Mantly 2016-10-01 00:34:00 -04:00
parent 2f3dacb569
commit 7fc8010a60

View File

@ -2,6 +2,8 @@
name="$1"
sshURL="$2"
nodePort = `./random_port.py`
workingPath = /var/www/gitwrapper/$name
echo "starting $sshURL on $name"
@ -12,8 +14,6 @@ cd $workingPath
chmod 777 .
echo `pwd`
workingPath = /var/www/gitwrapper/$name
nodePort = `./node_rtc/random_port.py`
DJANGO_SETTINGS_MODULE=project.settings.prod
export DJANGO_SETTINGS_MODULE=project.settings.prod