Skip to content

hurbcom/tsuru-dashboard

 
 

Repository files navigation

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.

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
$ ./manage.py migrate
$ ./manage.py collectstatic
$ ./manage.py runserver

Running tests

$ make test

Links:

About

Web dashboard for tsuru PaaS.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 94.5%
  • Python 4.1%
  • Other 1.4%