This document describes the steps to build the Linked Data Studio.
You should have build the Linked Data Theatre.
The Linked Data Studio depends on a couple of open source components:
- The Linked Data Theatre, and its open source depedencies;
- MorphRDB.
The Linked Data Studio consists of three components:
- The original Linked Data Theatre
- Java source code, for custom Orbeon processors
- Orbeon app (mainly XPL and XSL source code), as an extension of the LDT.
The LDS is configured to have a dependency with the LDT, so you need to install the LDT in your local maven repository, by performing the following steps:
- Got to your local copy of the linked data theatre;
- Execute:
mvn install
.
Please notice that your version of the LDT should correspond with the depedency in the pom.xml file of the LDS!
To build the java source code perform the following steps (only ones):
- Go to \morphrdb and execute:
mvn package
- Go to \processors and execute
maven-install-morphrdb.bat
following bymvn clean install
You should only perform this step after all other steps! To build the full orbeon app (including the orbeon code):
- Go to the root directory of the Linked Data Studio.
- Execute:
mvn clean package
.