Merge pull request #12 from wmantly/patch-for-track-dev

Update create.sh
This commit is contained in:
Thomas 2016-11-15 12:21:41 -05:00 committed by GitHub
commit cca2a255da

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"