Bug 1191602 - Docs: Clarify which commands should be run inside the VM

The shell prompts for each command example already mention vagrant, but
this can still be missed, so make the distinction extra clear.
This commit is contained in:
Ed Morley 2015-08-11 11:12:47 +01:00
Родитель 9a2497df86
Коммит a36c7f47da
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -17,7 +17,7 @@ In order to make the various services aware of a change in the code you need to
Running the tests
-----------------
* You can run flake8 and the py.test suite using
* You can run flake8 and the py.test suite inside the Vagrant instance, using
.. code-block:: bash

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

@ -73,7 +73,7 @@ Setting up a local Treeherder instance
Viewing the local server
------------------------
* Start a gunicorn instance, to serve the static UI and API requests:
* Start a gunicorn instance inside the Vagrant instance, to serve the static UI and API requests:
.. code-block:: bash