Skip to content

max/shomei

Folders and files

NameName
Last commit message
Last commit date

Latest commit

986096d · Oct 12, 2014

History

53 Commits
Oct 12, 2014
May 17, 2013
Jul 1, 2014
May 17, 2013
May 20, 2013
May 17, 2013
May 17, 2013
May 18, 2013
May 17, 2013
Jul 1, 2014
May 31, 2013
Jul 14, 2014
Jul 22, 2013
May 17, 2013
May 17, 2013

Repository files navigation

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