Commit 4535eeec by Usman Khalid

Fixed instructions for running workbench inside a vagrant instance.

parent 79343245
......@@ -58,11 +58,11 @@ Running the Development Server
./scripts/workbench.sh
Additional arguments are passed to ``runserver``. For example,
to start the server on port 8001:
to start the server on port 9000:
.. code:: bash
./scripts/workbench.sh 9001
./scripts/workbench.sh 0.0.0.0:9000
Combining and Minifying JavaScript and Sass
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment