Skip to content

max/shomei

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

A simple NDA app for Heroku

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published