Difference between revisions of "Collex Getting Started"

From ARC Wiki
Jump to navigation Jump to search
(Getting the Source Code)
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
 
The source code is housed on a public [https://github.com/collex GitHub page]. The Collex repositories are arranged in the following manner:
 
The source code is housed on a public [https://github.com/collex GitHub page]. The Collex repositories are arranged in the following manner:
  
<pre>
+
[https://github.com/collex/catalog Catalog]
-catalog
+
  A web service that exposes all of the documents stored in the solr index.
  -A web service that exposes all of the documents stored in the solr index.
+
 
-collex
+
[https://github.com/collex/collex Collex]
  -The public-facing web app for Collex.
+
  The public-facing web app for Collex.
-arc-inbox
+
 
  -For accepting contributions to the arc catalog.
+
[https://github.com/collex/arc_inbox Arc-Inbox]
-typewright
+
  For accepting contributions to the arc catalog.  
  -A web service that keeps info on the typewright documents.
+
 
-solr
+
[https://github.com/collex/typewright Typewright]
  -An instance of solr configured to work with the Collex Catalog.
+
  A web service that keeps info on the typewright documents.
-rdf-indexer
+
 
  -A Java app that indexes the RDF files into the solr index. It also
+
[https://github.com/collex/solr Solr]
handles text and does some testing of the RDF objects and the solr
+
  An instance of solr configured to work with the Collex Catalog.
index.
+
 
-collex_wordpress_theme
+
[https://github.com/collex/rdf-indexer RDF-indexer]
  -A child of the Hybrid theme for gluing the WordPress portions to the
+
  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.
Rails portions of Collex.
+
 
</pre>
+
[https://github.com/collex/collex_wordpress_theme Collex_wordpress_theme]
 +
  A child of the Hybrid theme for gluing the WordPress portions to the Rails portions of Collex.
  
 
=== Gems ===
 
=== Gems ===

Latest revision as of 22:43, 1 May 2013

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.