This is the codebase for the Colligo application, showcasing digital manuscripts.
$ 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