Update create.sh

This commit is contained in:
Thomas 2016-11-15 12:21:31 -05:00 committed by GitHub
parent e3fe13246c
commit 615c347955

View File

@ -47,6 +47,7 @@ git checkout $name
python3 manage.py collectstatic --noinput
python3 manage.py migrate
chmod 777 db.sqlite3
chmod 777 -R .track-storage
forever stop $workingPath/node_rtc/app.js
echo "starting node app on port $nodePort"