jam-cloud/ruby/README.md

9 lines
159 B
Markdown
Raw Normal View History

2012-08-03 03:07:03 +00:00
# JamRuby
## Environment
Create development database 'jam_ruby'
`createdb jam_ruby`
2012-08-03 03:07:03 +00:00
Once you've created your database, migrate it:
`bundle exec jam_ruby up`