Skip to content
This repository has been archived by the owner on Dec 3, 2019. It is now read-only.

Latest commit

 

History

History
21 lines (14 loc) · 553 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 553 Bytes

[VersionKeeper]

Simple application to keep track of Sageukie live deployments.

This is set up for a particular project, but feel free to modify for your own projects purpose.

If you have suggestions on making this a better tool then raise an issue in github, or contribute with a pull request.

Instructions

  1. git clone git@github.com:adamgeorgeson/versionkeeper.git
  2. cd versionkeeper
  3. bundle
  4. bundle exec rake db:create db:migrate
  5. bundle exec rails s

Contribute

  1. Fork the repo
  2. Submit a pull request into master