Added no_api env
This env will run only webclient without any API management. Change-Id: I326fbbff09adc384bad14f6c4ee6ad778a5151c3
This commit is contained in:
committed by
Michael Krotscheck
parent
9e4411efab
commit
756fde458b
14
README.md
14
README.md
@@ -19,25 +19,29 @@ A WebClient for the OpenStack Storyboard project.
|
||||
|
||||
**Run the test suite**
|
||||
|
||||
* `tox -enode test`
|
||||
* `tox -egrunt test`
|
||||
|
||||
**Run a local development server**
|
||||
|
||||
* `tox -enode server`
|
||||
* `tox -egrunt server`
|
||||
|
||||
**Package the distro**
|
||||
|
||||
* `tox -enode build`
|
||||
* `tox -egrunt build`
|
||||
|
||||
### For development.
|
||||
|
||||
**Create the virtualenv**
|
||||
|
||||
* `tox -enode build`
|
||||
* `tox -egrunt build`
|
||||
|
||||
**Run a local development server without the API**
|
||||
|
||||
* `tox -egrunt_no_api server`
|
||||
|
||||
**Activate the virtualenv**
|
||||
|
||||
* `source .tox/node/bin/activate`
|
||||
* `source .tox/grunt/bin/activate`
|
||||
|
||||
#### Within the virtual environment, you have the following options
|
||||
|
||||
|
||||
Reference in New Issue
Block a user