Trivelyan Dashboard

Logo

Trivelyan is web based graphical Heroku App management dashboard.

View on GitHub

trivelyan Build Status

Go to Trivelyan Web Page.

Trivelyan is a web based management dashboard. While make transactions in the Heroku Application such as create, delete or push changes we are soo fatigue for use CLI. Therefore we are developed this application. Trivelyan make basic CLI commands in background. This application use python-flask for these transactions.

flask microframework

You can download trivelyan docker container

docker pull trivelyan/trivelyan
docker run -p 80:5000 trivelyan/trivelyan

for run and fun

After following commands Trivelyan run in localhost on port 5000.

complate installing requirements (you don’t have virtualenv)
git clone https://github.com/trivelyan/trivelyan-dashboard.git
cd trivelyan-dashboard
pip install -r requirements.txt
sudo python app.py
for use the virtualenv
pip install virtualenv
git clone https://github.com/trivelyan/trivelyan-dashboard.git
cd trivelyan-dashboard
source bin/activate
sudo python app.py

login page

Login with API key. API key generated by Heroku in first sign up. For use this key go to Heroku account settings.

login page

list and edit Heroku applications

login page

create new applicaton

login page

delete applicaton

login page

push local changes and deploy current applicaton

login page