Switch to "serve" verb, and a minor clean up.
This is the documentation fix for change 133192. Additionally, I have replaced a few errant tabs with spaces, per Yolanda's request. Change-Id: I1f8188eddd5012457cd0720fe3cea03e2f230fc5
This commit is contained in:
parent
600c07ec20
commit
8b72c7cf96
@ -117,12 +117,12 @@ Installing the Javascript-based web client
|
|||||||
|
|
||||||
3. Run a local development server, which uses the localhost API::
|
3. Run a local development server, which uses the localhost API::
|
||||||
|
|
||||||
tox -egrunt_no_api server
|
tox -egrunt_no_api serve
|
||||||
|
|
||||||
|
|
||||||
4. Run a local development server, which uses the production API::
|
4. Run a local development server, which uses the production API::
|
||||||
|
|
||||||
tox -egrunt_no_api server:prod
|
tox -egrunt_no_api serve:prod
|
||||||
|
|
||||||
|
|
||||||
Optional steps: Seed database with base data
|
Optional steps: Seed database with base data
|
||||||
|
@ -11,12 +11,12 @@ Using tox:
|
|||||||
|
|
||||||
* Run a local development server::
|
* Run a local development server::
|
||||||
|
|
||||||
tox -egrunt server
|
tox -egrunt serve
|
||||||
|
|
||||||
|
|
||||||
* Run a local development server without the API::
|
* Run a local development server without the API::
|
||||||
|
|
||||||
tox -egrunt_no_api server`
|
tox -egrunt_no_api serve
|
||||||
|
|
||||||
|
|
||||||
* Package the distro::
|
* Package the distro::
|
||||||
@ -42,7 +42,7 @@ Using grunt directly within virtual environment
|
|||||||
|
|
||||||
* Run a local development server with API and web client::
|
* Run a local development server with API and web client::
|
||||||
|
|
||||||
grunt server
|
grunt serve
|
||||||
|
|
||||||
|
|
||||||
* Run the test suite::
|
* Run the test suite::
|
||||||
|
Loading…
Reference in New Issue
Block a user