2016-06-25 14:11:34 +02:00
|
|
|
#!/bin/sh
|
|
|
|
|
2017-11-08 10:39:34 +02:00
|
|
|
python manage.py advertise
|
2016-06-25 14:11:34 +02:00
|
|
|
python manage.py db upgrade
|
2018-04-21 12:55:14 +02:00
|
|
|
gunicorn -w 4 -b 0.0.0.0:80 -b [::]:80 --access-logfile - --error-logfile - --preload mailu:app
|