Skip to content
This repository has been archived by the owner on Oct 31, 2020. It is now read-only.

Latest commit

 

History

History
64 lines (44 loc) · 1.8 KB

README.md

File metadata and controls

64 lines (44 loc) · 1.8 KB

Spotlight example for the Spotlight Day developer track

Build Status

System dependencies

GoRails provides a tutorial for preparing your machine for Rails development on OS X and Linux.

Getting Started

Cloning the project:

$ git clone https://github.com/projectblacklight/spotlight_day_demo.git # preferred, or:
# download https://github.com/projectblacklight/spotlight_day_demo/archive/master.zip

$ cd spotlight_day_demo

Installing the dependencies:

$ bin/setup
# this runs `bundle install`, `rake db:setup`, and does environment sanity checks

Running the tests:

$ bundle exec rake ci

Creating an initial administrator:

$ bundle exec rake spotlight:initialize

Running the rails server:

$ bundle exec rails server

Starting solr:

# in a new terminal:
$ bundle exec solr_wrapper

References