Simple application to keep track of live deployments. This is set up for a particular project, but feel free to modify for your own projects purpose. Just make sure your readme.md links back to this repo. If you have suggestions on making this a better tool then raise an issue in github, or contribute with a pull request.
- git clone git@github.com:adamgeorgeson/versionkeeper.git
- cd versionkeeper
- bundle
- bundle exec rake db:create db:migrate
- bundle exec rails s
- Fork the repo
- Submit a pull request into master