Bug 1168741 - Docs: Emphasise that the hosts entry must be copied as-is

Since there has been confusion in the past that the IP should be updated
to match that of the host.
This commit is contained in:
Ed Morley 2015-06-05 18:34:26 +01:00
Родитель 1d1d35e5d5
Коммит 6677fa739c
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -69,10 +69,11 @@ Setting up a local Treeherder instance
(venv)vagrant@local:~/treeherder$ ./manage.py export_project_credentials
* And an entry to your **host** machine's /etc/hosts so that you can point your browser to local.treeherder.mozilla.org to reach it
* And this line to your **host** machine's /etc/hosts so that you can point your browser to local.treeherder.mozilla.org to reach the VM
.. code-block:: bash
# Copy this line verbatim (do not adjust the IP)
192.168.33.10 local.treeherder.mozilla.org
Viewing the local server