Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 505 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 505 Bytes

Shomei

A simple NDA and signature pad app for Heroku:

http://cl.ly/image/3W3X1U2l390p

Installing locally

To run this app locally you need Ruby 1.9.3 and Postgres.

$ bundle install
$ cp config/database.example.yml config/database.yml
$ bundle exec rake db:create
$ bundle exec rake db:migrate
$ foreman start

Deploying to Heroku

$ heroku create
$ git push heroku master
$ heroku run rake db:migrate