microblog.pub/run.sh

4 lines
126 B
Bash
Raw Normal View History

2018-09-01 04:23:19 -05:00
#!/bin/bash
python -c "import config; config.create_indexes()"
2019-04-05 08:14:57 -05:00
gunicorn -t 300 -w 5 -b 0.0.0.0:5005 --log-level debug app:app