Skip to content
forked from samvera/valkyrie

Trey's experiments for Hydra Architecture Group.

Notifications You must be signed in to change notification settings

carrickr/valkyrie

 
 

Repository files navigation

Valkyrie

This is just Trey's experiments on how we might look towards separating the Hydra/Curation Concerns stack from Fedora.

Installing a Dev environment

  1. Install Postgres on your machine. If you have homebrew on OS X you can run the following steps:
    1. brew install postgres
    2. brew services start postgresql
    3. gem install pg -- --with-pg-config=/usr/local/bin/pg_config
    4. cp config/database.yml.example config/database.yml
    5. Edit config/database.yml so that the username is the name you use to log into your Mac
  2. bundle install
  3. rake db:create:all
  4. rake db:migrate
  5. Start a dev server via rake server:development
  6. Bring up a Rails server via rails s or a console via rails c

About

Trey's experiments for Hydra Architecture Group.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 60.8%
  • JavaScript 13.6%
  • HTML 11.3%
  • XSLT 11.0%
  • CSS 2.5%
  • Shell 0.8%