Merge "Grunt invocation now allows passing of --hostname"

This commit is contained in:
Jenkins 2015-01-22 07:31:42 +00:00 committed by Gerrit Code Review
commit fbb625e7a0

View File

@ -117,12 +117,18 @@ Installing the Javascript-based web client
3. Run a local development server, which uses the localhost API::
tox -egrunt_no_api serve
tox -egrunt_no_api -- serve
4. Run a local development server, which uses the production API::
4. Run a local development server, which binds to a specific IP and
consumes the localhost API::
tox -egrunt_no_api serve:prod
tox -egrunt_no_api -- serve --hostname 0.0.0.0
5. Run a local development server, which uses the production API::
tox -egrunt_no_api -- serve:prod
Optional steps: Seed database with base data