diff --git a/doc/source/install/development.rst b/doc/source/install/development.rst index e56bc725..0c783c1d 100644 --- a/doc/source/install/development.rst +++ b/doc/source/install/development.rst @@ -111,18 +111,24 @@ Installing the Javascript-based web client 3. Do **one** of the following that applies to you. - a. Run a local development server, which uses the localhost API:: + a. Run a local development server, which uses the localhost API. - tox -egrunt_no_api -- serve + :: + + tox -egrunt_no_api -- serve b. Run a local development server, which binds to a specific IP and - consumes the localhost API:: + consumes the localhost API. - tox -egrunt_no_api -- serve --hostname 0.0.0.0 + :: - c. Run a local development server, which uses the production API:: + tox -egrunt_no_api -- serve --hostname 0.0.0.0 - tox -egrunt_no_api -- serve:prod + c. Run a local development server, which uses the production API. + + :: + + tox -egrunt_no_api -- serve:prod Make user an admin - current bug