v/pol
1
0
mirror of https://github.com/taroved/pol synced 2025-05-16 14:20:10 -07:00

Create start.sh

This commit is contained in:
Marllus Lustosa 2019-12-13 19:46:28 +00:00 committed by GitHub
parent 8e066f6a20
commit d0276410a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

10
frontend/start.sh Normal file
View File

@ -0,0 +1,10 @@
#!/bin/bash
service nginx start > /dev/null
/usr/bin/python manage.py migrate
/usr/bin/python manage.py loaddata fields.json
/usr/bin/python ../downloader.py &
/usr/bin/python manage.py runserver