mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
Install a supervisor job for run-dev.
The development server will automatically start after provisioning finishes. (imported from commit 6be3d954d9049acd0360189b07b1481756b69eef)
This commit is contained in:
8
tools/provision/zulip-dev.conf
Normal file
8
tools/provision/zulip-dev.conf
Normal file
@@ -0,0 +1,8 @@
|
||||
; on Debian squeeze, place me in /etc/supervisor/conf.d/zulip.conf
|
||||
|
||||
[program:zulip-dev]
|
||||
; The VM is behind NAT (right, right?); we listen on all interfaces so port mapping works correctly in Vagrant
|
||||
command=bash -c "source /srv/zulip-venv/bin/activate && /srv/zulip/tools/run-dev.py --interface=''"
|
||||
user=vagrant
|
||||
redirect_stderr=true
|
||||
directory=/srv/zulip/
|
Reference in New Issue
Block a user