Skip to content

Valkyrie Clone Setup

edejesusyale edited this page Jul 23, 2019 · 11 revisions

Pre-requisites

  1. Solr
  2. Postgresql

Installation by Cloning

  1. Clone the Repository
  2. git clone [email protected]:FCRodriguez7/YaleLib_Prototype_Valkyrie.git
  3. bundle install
  4. Start Solr service
    • Visit the "Installing and Running a Solr Instance" page for learning how to start it
  5. rails db:create
  6. rails db:migrate
  7. Run the server with rails s