cs / run_server.sh
haoqi7's picture
Upload 1527 files
a8eb386
raw
history blame contribute delete
193 Bytes
#!/bin/sh
# python manager.py db migrate -m "how"
python manager.py db migrate
python manager.py db upgrade
gunicorn --bind=0.0.0.0:8080 --log-level info --workers 4 detectweb.wsgi:application