This website requires JavaScript.
Explore
Help
Register
Sign In
sdbs
/
pile
Watch
1
Star
0
Fork
You've already forked pile
0
Code
Issues
2
Pull requests
Projects
Releases
Packages
Wiki
Activity
757f30b53c
pile
/
run.sh
3 lines
84 B
Bash
Raw
Normal View
History
Unescape
Escape
add gunicorn, deploy script
2020-03-18 22:24:11 +01:00
#!/bin/bash
source
.venv/bin/activate
minor deploy fixes ALLOWED_HOSTS, STATIC_ROOT, `exec` in run.sh
2020-03-18 23:03:48 +01:00
exec
gunicorn sdbs_pile.wsgi -b 127.0.0.1:8093
Reference in a new issue
Copy permalink