A simple Ruby service for cataloging codeship organization data
A simple Ruby service for cataloging codeship organization data
This service can be run standalone locally:
echo .env << "USERNAME={your codeship email}\nPASSWORD={your codeship password}"
bundle i
bundle exec rake db:setup
bundle exec ruby start.rb
Boot as:
echo .env << "USERNAME={your codeship email}\nPASSWORD={your codeship password}"
docker-compose up
Navigate to Grafana at localhost:3000
You can import the example dashboard from ./codeship-dashboard.json
and everything will be up and running.