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:
Adam Birds
2021-04-16 02:35:15 +00:00
committed by Tim Abbott
parent 82106faf6c
commit 0cf3e0c226
2 changed files with 14 additions and 8 deletions

View File

@@ -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: