mirror of https://github.com/interlegis/sapl.git
Edward Ribeiro
9 years ago
1 changed files with 3 additions and 1 deletions
@ -1,7 +1,9 @@ |
|||||
#!/bin/bash |
#!/bin/bash |
||||
git pull |
git pull --rebase |
||||
|
workon sapl |
||||
pip install -r requirements/dev-requirements.txt |
pip install -r requirements/dev-requirements.txt |
||||
./manage.py migrate |
./manage.py migrate |
||||
./manage.py bower install |
./manage.py bower install |
||||
./manage.py collectstatic --noinput |
./manage.py collectstatic --noinput |
||||
|
deactivate |
||||
sudo supervisorctl restart sapl |
sudo supervisorctl restart sapl |
||||
|
Loading…
Reference in new issue