OpenStack Task Tracking Browser Client
3d304bf7fe
This patch will remove the existing mock abstraction from storyboard, so that we can finally pair it with a real api. Change-Id: Ica72e8b71236033e1a7d34ed0e3c8177aad42917 |
||
---|---|---|
bin | ||
src | ||
test | ||
.gitignore | ||
.gitreview | ||
.jshintrc | ||
bower.json | ||
Gruntfile.js | ||
karma-integration.conf.js | ||
karma-unit.conf.js | ||
LICENSE | ||
package.json | ||
protractor.conf.js | ||
README.md | ||
tox.ini |
storyboard-webclient
A WebClient for the OpenStack Storyboard project.
Prerequisites: Quick build/CI
- Xvfb
- GCC 4.2 or newer
- Python 2.6 or 2.7
- GNU Make 3.81 or newer
- libexecinfo (FreeBSD and OpenBSD only)
Prerequisites: Dev
- tox
Use tox:
Run the test suite
tox -enode test
Run a local development server
tox -enode server
Package the distro
tox -enode build
For development.
Create the virtualenv
tox -enode build
Activate the virtualenv
source .tox/node/bin/activate
Update/refresh the javascript build and runtime dependencies
npm prune
npm install
bower prune
bower install
Run a local development server
grunt server
Run the test suite
grunt test
Package the distro
grunt build