Michael Krotscheck 9e4411efab Updated grunt proxy server to rewrite to WSGI in dev
When running storyboard as a developer, we run into a bit of a problem with
the apache mod_wsgi config (which prefixes a context root of /api/v1) vs.
our simple-server setup (which uses /v1 as a context root). Since this only
impacts the grunt server running locally, it seems appropriate to simply
rewrite the grunt CORS-buster proxy to handle this for us.

Change-Id: Iec9454c845a880f383a8c3a7bfc15db58101d549
2014-01-27 18:06:23 -08:00
2014-01-14 18:49:39 -08:00
2014-01-14 18:49:39 -08:00
2014-01-14 18:49:39 -08:00
2014-01-14 18:49:39 -08:00
2014-01-14 18:49:39 -08:00
2014-01-22 16:37:14 -08:00

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

Within the virtual environment, you have the following options

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

Bootstrap your database

./bin/api.sh create-db

Migrate the database

./bin/api.sh migrate-db

Start the API

./bin/api.sh start

Stop the API

./bin/api.sh stop

Description
OpenStack Task Tracking Browser Client
Readme 8 MiB
Languages
JavaScript 53.4%
HTML 41.1%
SCSS 4.3%
Shell 0.6%
Smarty 0.5%