Update INSTALL.md

This commit is contained in:
Robert Einsle 2019-02-25 10:04:56 +01:00
parent e043067b39
commit df5b99ed56

View File

@ -191,8 +191,8 @@ systemctl restart nginx
pushd /srv/carom/
git pull
pipenv update
pipenv run ./manage.py migrate
pipenv run ./manage.py collectstatic --noinput
pipenv run python manage.py migrate
pipenv run python manage.py collectstatic --noinput
touch /etc/uwsgi/apps-enabled/carom.ini
popd
```