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