Merge "fix literal block markup for blocks within bullet lists"

This commit is contained in:
Zuul 2018-02-07 21:52:40 +00:00 committed by Gerrit Code Review
commit f781100360
1 changed files with 12 additions and 6 deletions

View File

@ -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