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

projectblacklight/spotlight_day_demo

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages