tsuru-dashboard is a Django-based project aimed at providing a Web-based dashboard for tsuru.
For issue tracking:
tsuru-dashboard can be deployed to tsuru like any other app.
All you need to do is create a python app and deploy to tsuru using git push or tsuru app-deploy.
For local development, first create a virtualenv and install the deps:
$ make deps
If all is well you should able to run the local server:
$ export TSURU_HOST=http://tsuru-api-endpoint.com
$ make run
To generate all javascript files based on js file you can use the command:
$ make build-js
$ make test
$ make python-test
$ make node-test
Content type
Image
Digest
Size
443.6 MB
Last updated
almost 7 years ago
docker pull tsuru/dashboard