mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
docs: Update remote development documentation to be more accurate.
I have updated the remote development documentations to be more accurate when it comes to developing on a Zulip Development Droplet to ensure the user knows to access at `zulip.username.zulipdev.org`.
This commit is contained in:
@@ -63,7 +63,10 @@ Once your remote dev instance is ready:
|
||||
- Once you log in, you should see `(zulip-py3-venv) ~$`.
|
||||
- To start the dev server, `cd zulip` and then run `./tools/run-dev.py`.
|
||||
- While the dev server is running, you can see the Zulip server in your browser
|
||||
at http://username.zulipdev.org:9991.
|
||||
at http://zulip.username.zulipdev.org:9991.
|
||||
- The development server actually runs on all subdomains of
|
||||
`username.zulipdev.org`; this is important for testing Zulip's
|
||||
support for multiple organizations in your development server.
|
||||
|
||||
Once you've confirmed you can connect to your remote server, take a look at:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user