mirror of
https://github.com/zulip/zulip.git
synced 2025-11-19 14:08:23 +00:00
The new messages make it more obvious which services are started from run-dev.py, and explicitly call out where to access the web proxy to reach the Zulip web UI. This is a common confusion for new administrators/developers. Messages are output before the processes are launched, as run-dev.py does not currently have a way to know if they started successfully. Example output: Starting Zulip services on ports: web proxy: 9991, Django: 9992, Tornado: 9993, webpack: 9994 Note: only port 9991 is exposed to the host in a Vagrant environment. Alternate behavior for automated testing: If run-dev.py is invoked with --test, don't include the webpack port as it isn't used. Tested on Ubuntu 14.04, by running run-dev.py at a shell prompt and via the test-all script. Fixes #1861
6.4 KiB
Executable File
6.4 KiB
Executable File