davidbrianholt / colligo

Blacklight project to showcase digital manuscripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Colligo

Build Status | Coverage Status

This is the codebase for the Colligo application, showcasing digital manuscripts.

Running the server for development

$ bundle exec rake colligo:server # Spins up Solr, Indexes data, Runs Rails server

You can do all of these things manually if you like:

$ solr_wrapper # start solr
$ bundle exec rake colligo:fixtures # Index fixtures
$ rails s # Start Rails server

About

Blacklight project to showcase digital manuscripts

License:Other


Languages

Language:Ruby 76.2%Language:HTML 12.5%Language:JavaScript 4.4%Language:XSLT 4.2%Language:CSS 2.7%