mdserver-web/start.sh

7 lines
87 B
Bash
Raw Normal View History

2018-09-11 02:48:31 -04:00
#!/bin/sh
2018-11-22 22:39:15 -05:00
gunicorn -b :7200 app:app &
2018-10-29 08:19:59 -04:00
python task.py &
2018-09-11 11:02:52 -04:00
2018-09-14 03:23:04 -04:00
#open "http://127.0.0.1:7200"