Trivelyan is web based graphical Heroku App management dashboard.
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.
docker pull trivelyan/trivelyan
docker run -p 80:5000 trivelyan/trivelyan
After following commands Trivelyan run in localhost on port 5000.
git clone https://github.com/trivelyan/trivelyan-dashboard.git
cd trivelyan-dashboard
pip install -r requirements.txt
sudo python app.py
pip install virtualenv
git clone https://github.com/trivelyan/trivelyan-dashboard.git
cd trivelyan-dashboard
source bin/activate
sudo python app.py
Login with API key. API key generated by Heroku in first sign up. For use this key go to Heroku account settings.