docs: Suggest vagrant provision if up errors.

Fixes #3486.
This commit is contained in:
hackerkid 2017-01-28 03:04:53 +05:30 committed by Tim Abbott
parent f14e2de985
commit c42e4000d6
1 changed files with 13 additions and 6 deletions

View File

@ -270,13 +270,20 @@ does the following:
virtual machine/container at `~/zulip` virtual machine/container at `~/zulip`
- runs the `tools/provision` script inside the virtual machine/container, which - runs the `tools/provision` script inside the virtual machine/container, which
downloads all required dependencies, sets up the python environment for downloads all required dependencies, sets up the python environment for
the Zulip development server, and initializes a default test database. the Zulip development server, and initializes a default test
database. We call this process "provisioning".
You will need an active internet connection during the entire processes. (See You will need an active internet connection during the entire
[Specifying a proxy](#specifying-a-proxy) if you need a proxy to access the process. (See [Specifying a proxy](#specifying-a-proxy) if you need a
internet.) And if you're running into any problems, please come chat with us proxy to access the internet.) `vagrant up` can fail while
[in the `provision` stream of our developers' provisioning if your Internet connection is unreliable. To retry, you
chat](https://chat.zulip.org/#narrow/stream/provision). can use `vagrant provision` (`vagrant up` will just boot the guest
without provisioning after the first time). Other common issues are
documented in the
[Troubleshooting & Common Errors](#troubleshooting-common-errors)
section. If that doesn't help, please visit
[the `provision` stream in the Zulip developers' chat](https://chat.zulip.org/#narrow/stream/provision)
for real-time help.
On Windows, you will see `The system cannot find the path specified.` message On Windows, you will see `The system cannot find the path specified.` message
several times. This is expected behavior and is not an error. several times. This is expected behavior and is not an error.