ggarnier / tsuru-dashboard

Web dashboard for tsuru PaaS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tsuru-dashboard

Build Status

tsuru-dashboard is a Django-based project aimed at providing a Web-based dashboard for tsuru.

For issue tracking:

Deploying to tsuru

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.

Setting up a development environment

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

Browserifying jsx files

To generate all javascript files based on js file you can use the command:

$ make build-js

Running tests

Running all tests

$ make test

Running python tests

$ make python-test

Running javascript tests

$ make node-test

Links

About

Web dashboard for tsuru PaaS.


Languages

Language:Python 57.0%Language:JavaScript 23.2%Language:HTML 12.2%Language:CSS 7.3%Language:Makefile 0.2%Language:Dockerfile 0.1%