Merge "Grunt invocation now allows passing of --hostname"
This commit is contained in:
commit
fbb625e7a0
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user