This website requires JavaScript.
Explore
Help
Sign In
Mirror
/
zulip
mirror of
https://github.com/zulip/zulip.git
Watch
1
Star
0
Fork
You've already forked zulip
0
Code
Issues
Projects
Releases
Wiki
Activity
36f7e6ffd5
zulip
/
tools
/
tornado-command-line
3 lines
86 B
Plaintext
Raw
Normal View
History
Unescape
Escape
[manual] *-command-line: Drop sh -e This meant that (in some circumstances, anyway) the script would bail after the inner process was killed by restart-server. Manual deployment steps: After pushing, log into {staging,app} and restart these commands within the screen session. (imported from commit 696bc8148fa9df4b536253d54c65b7c4cb908530)
2013-02-05 00:54:33 +01:00
#!/bin/sh -x
Add scripts for the Django and Tornado command lines on prod servers. (imported from commit 7af5034cd26c5a6a99cece744feeaf3d0a1d843e)
2013-01-18 00:53:57 +01:00
while true; do python manage.py runtornado localhost:9993; sleep 1; done