projectblacklight/code4lib_precon_demo

Name: code4lib_precon_demo

Owner: Project Blacklight

Description: Code4Lib 2017 preconference demo application

Created: 2016-03-04 13:03:02.0

Updated: 2017-02-24 22:50:47.0

Pushed: 2017-03-04 00:49:33.0

Homepage: https://drive.google.com/drive/folders/0B3lcyfjAf3G3UzAyR25kOWs5WVU

Size: 1693

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Blacklight example for Code4Lib 2017 preconference

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:

t clone git@github.com:projectblacklight/code4lib_precon_demo.git # preferred, or:
git clone https://github.com/projectblacklight/code4lib_precon_demo.git # or:
wnload https://github.com/projectblacklight/code4lib_precon_demo/archive/master.zip

 code4lib_precon_demo

Installing the dependencies:

n/setup
is runs `bundle install`, `rake db:setup`, and does environment sanity checks

Running the tests:

ndle exec rake ci

Running the rails server:

ndle exec rails server

Starting solr:

 a new terminal:
ndle exec solr_wrapper -p 8983 -n blacklight-core -d solr/conf -i tmp/solr

Indexing data into solr:

Download our sample MARC data.

RC_FILE=../path/to/the/blacklight-data/lc_records.utf8.mrc bundle exec rake solr:marc:index
References

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.