All Projects → tsuru → Tsuru Dashboard

tsuru / Tsuru Dashboard

Web dashboard for tsuru PaaS.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Tsuru Dashboard

My Internet Speed
🛎️ Monitor the speed your ISP is delivering
Stars: ✭ 118 (-0.84%)
Mutual labels:  hacktoberfest
Mangaki
Site de recommandation de mangas et d'anime
Stars: ✭ 118 (-0.84%)
Mutual labels:  hacktoberfest
Lumos
💡 A light Swift wrapper around Objective-C Runtime
Stars: ✭ 119 (+0%)
Mutual labels:  hacktoberfest
Camunda External Task Client Js
Implement your BPMN Service Task in NodeJS.
Stars: ✭ 118 (-0.84%)
Mutual labels:  hacktoberfest
Vsc Material Theme
Material Theme, the most epic theme for Visual Studio Code
Stars: ✭ 1,617 (+1258.82%)
Mutual labels:  hacktoberfest
Hacktoberfest2021
Raise Genuine PRs, Your PRs will be accepted, Star This Repo, You aren't allowed to Update README.md
Stars: ✭ 119 (+0%)
Mutual labels:  hacktoberfest
Menu
A JavaScript free menu library for Blazor and Razor Components applications.
Stars: ✭ 118 (-0.84%)
Mutual labels:  hacktoberfest
Docs
API Platform documentation
Stars: ✭ 119 (+0%)
Mutual labels:  hacktoberfest
Universal Collapsingtablayout
CollapsingToolbarLayout with TabLayout
Stars: ✭ 118 (-0.84%)
Mutual labels:  hacktoberfest
Pg ha migrations
Enforces DDL/migration safety in Ruby on Rails project with an emphasis on explicitly choosing trade-offs and avoiding unnecessary magic.
Stars: ✭ 119 (+0%)
Mutual labels:  hacktoberfest
Syft.js
The official Syft worker for Web and Node, built in Javascript
Stars: ✭ 118 (-0.84%)
Mutual labels:  hacktoberfest
Yii2 App Advanced
Yii 2.0 Advanced Application Template
Stars: ✭ 1,569 (+1218.49%)
Mutual labels:  hacktoberfest
Unshort.link
Prevent short link services from tracking you by unshortening the urls for your
Stars: ✭ 119 (+0%)
Mutual labels:  hacktoberfest
Config Lint
Command line tool to validate configuration files
Stars: ✭ 118 (-0.84%)
Mutual labels:  hacktoberfest
Stryker4s
Mutation testing for Scala. Work in progress...
Stars: ✭ 118 (-0.84%)
Mutual labels:  hacktoberfest
Node Callofduty
Node Wrapper for the "private" Call Of Duty API.
Stars: ✭ 118 (-0.84%)
Mutual labels:  hacktoberfest
Pytrustnfe
Módulo NF-e Python
Stars: ✭ 118 (-0.84%)
Mutual labels:  hacktoberfest
Git Url Parse
✌️ A high level git url parser for common git providers.
Stars: ✭ 119 (+0%)
Mutual labels:  hacktoberfest
Editorconfig Checker
A tool to verify that your files are in harmony with your .editorconfig
Stars: ✭ 119 (+0%)
Mutual labels:  hacktoberfest
Useful Dev Tools
⭐️ A list with useful tools that help many Developers. Hacktoberfest ⭐️
Stars: ✭ 119 (+0%)
Mutual labels:  hacktoberfest

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].