Skip to content

gatherdata/gather-sling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gather-sling - Sling-based Web Application

Apache Sling is a fun OSGi web application framework -- a scriptable JCR content repository with a RESTful presence.

Building

gather-sling uses the Neo4j apoc-bundle for provisioning neo4j. This component has not yet been released into the public repository, so it must be downloaded and built first.

  1. svn co https://svn.neo4j.org/laboratory/components/apoc-bundle
  2. cd apoc-bundle
  3. mvn clean install

Then build gather-sling from the project base directory.

  1. cd gather-sling
  2. mvn clean install

Running

mvn pax:provision

References