NYU Libraries Special Collections Discovery Application recreated with Blacklight 8.x
To check out the project and stand up a local instance:
$ git clone [email protected]:NYULibraries/specialcollections-prototype.git
$ cd specialcollections-prototype
$ bundle install
$ bin/rake sc:server
Then visit http://localhost:3000
There is a growing number of fixture files in spec/fixtures/files
, pulled from dlfa-188_v1-indexer-http-requests-xml.
While the dev server is running (sc:server
above) you can load these fixtures by running:
$ bin/rake sc:load
To run the test suite:
$ bin/rake sc:test
To autofix any Rubocop issues, run the following:
$ bundle exec rubocop -a
To stand up dev against an existing instance of Solr:
$ SOLR_URL=http://ip-address:port/solr/findingaids bin/rails server