This commit is contained in:
William Mantly 2016-10-01 00:48:22 -04:00
parent 7437a9fe3b
commit 847407beee

View File

@ -46,8 +46,8 @@ python3 manage.py collectstatic --noinput
python3 manage.py migrate
chmod 777 db.sqlite3
echo "starting node add"
forever stop $workingPath/node_rtc/app.js
echo "starting node add"
forever start $workingPath/node_rtc/app.js
echo "creating apache VirtualHost file"