-
Notifications
You must be signed in to change notification settings - Fork 1
Valkyrie Clone Setup
edejesusyale edited this page Jul 23, 2019
·
11 revisions
- Clone the Repository
git clone [email protected]:FCRodriguez7/YaleLib_Prototype_Valkyrie.git
bundle install
- Start Solr service
- Visit the "Installing and Running a Solr Instance" page for learning how to start it
rails db:create
rails db:migrate
- Run the server with
rails s