mirror of
https://github.com/taroved/pol
synced 2025-05-16 14:20:10 -07:00
11 lines
203 B
Bash
11 lines
203 B
Bash
#!/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
|