Merge "fix literal block markup for blocks within bullet lists"
This commit is contained in:
commit
f781100360
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user