Collex Getting Started

From ARC Wiki
Revision as of 22:24, 1 May 2013 by Egrumbach (talk | contribs)
Jump to navigation Jump to search

Getting the Source Code

The source code is housed on a public GitHub page. The Collex repositories are arranged in the following manner:

-catalog
 -A web service that exposes all of the documents stored in the solr index.
-collex
 -The public-facing web app for Collex.
-arc-inbox
 -For accepting contributions to the arc catalog.
-typewright
 -A web service that keeps info on the typewright documents.
-solr
 -An instance of solr configured to work with the Collex Catalog.
-rdf-indexer
 -A Java app that indexes the RDF files into the solr index. It also
handles text and does some testing of the RDF objects and the solr
index.
-collex_wordpress_theme
 -A child of the Hybrid theme for gluing the WordPress portions to the
Rails portions of Collex.

Gems

Please see the following links for information about required gems for the Collex software.