This is just Trey's experiments on how we might look towards separating the Hydra/Curation Concerns stack from Fedora.
- Install Postgres on your machine. If you have homebrew on OS X you can run the following steps:
brew install postgresbrew services start postgresqlgem install pg -- --with-pg-config=/usr/local/bin/pg_configcp config/database.yml.example config/database.yml- Edit
config/database.ymlso that the username is the name you use to log into your Mac
bundle installrake db:create:allrake db:migrate- Start a dev server via
rake server:development - Bring up a Rails server via
rails sor a console viarails c