mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
docs: Add warning about incorrect proxy settings for Vagrant setup.
Tweaked by tabbott for further clarity.
This commit is contained in:
@@ -924,13 +924,21 @@ HTTPS_PROXY http://proxy_host:port
|
|||||||
NO_PROXY localhost,127.0.0.1,.example.com
|
NO_PROXY localhost,127.0.0.1,.example.com
|
||||||
```
|
```
|
||||||
|
|
||||||
|
You'll want to **double-check** your work for mistakes (a common one
|
||||||
|
is using `https://` when your proxy expects `http://`). Invalid proxy
|
||||||
|
configuration can cause confusing/weird exceptions; if you're using a
|
||||||
|
proxy and get an error, the first thing you should investigate is
|
||||||
|
whether you entered your proxy configuration correctly.
|
||||||
|
|
||||||
Now run `vagrant up` in your terminal to install the development
|
Now run `vagrant up` in your terminal to install the development
|
||||||
server. If you ran `vagrant up` before and failed, you'll need to run
|
server. If you ran `vagrant up` before and failed, you'll need to run
|
||||||
`vagrant destroy` first to clean up the failed installation.
|
`vagrant destroy` first to clean up the failed installation.
|
||||||
|
|
||||||
**If you no longer want to use proxy with Vagrant, set values of HTTP_PROXY
|
If you no longer want to use proxy with Vagrant, you can remove the
|
||||||
and HTTPS_PROXY to `""` in `~/.zulip-vagrant-config` file and
|
`HTTP_PROXY` and `HTTPS_PROXY` lines in `~/.zulip-vagrant-config` and
|
||||||
restart Vagrant.**
|
then do a `vagrant reload`.
|
||||||
|
|
||||||
|
### Using a different port for Vagrant
|
||||||
|
|
||||||
You can also change the port on the host machine that Vagrant uses by
|
You can also change the port on the host machine that Vagrant uses by
|
||||||
adding to your `~/.zulip-vagrant-config` file. E.g. if you set:
|
adding to your `~/.zulip-vagrant-config` file. E.g. if you set:
|
||||||
|
|||||||
Reference in New Issue
Block a user