Skip to content
This repository was archived by the owner on Apr 15, 2021. It is now read-only.
/ tsuru-dashboard Public archive
forked from tsuru/tsuru-dashboard

Web dashboard for tsuru PaaS.

Notifications You must be signed in to change notification settings

edukorg/tsuru-dashboard

This branch is 4 commits ahead of, 314 commits behind tsuru/tsuru-dashboard:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c20bd2a · Sep 12, 2016
Sep 12, 2016
Sep 12, 2016
Jul 29, 2016
Dec 8, 2015
Aug 2, 2016
Aug 25, 2016
Jan 6, 2016
Apr 20, 2016
Aug 17, 2016
Dec 8, 2015
Aug 12, 2016
Sep 12, 2016
Jul 29, 2016
Jul 19, 2012
Aug 24, 2016
Nov 6, 2015
Sep 12, 2016
Sep 2, 2016
Jun 9, 2016
Dec 6, 2015

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. all you need 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.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 97.3%
  • Python 2.0%
  • Other 0.7%