Wiki

Clone wiki

Sparna / HowTo-BuildSKOSPlayFromSources

How to build SKOS Play from the source code

You will need Java and Maven installed on your machine to compile SKOS Play.

checkout the source code

#!bash

  git clone https://bitbucket.org/tfrancart/sparna.git

Compile

#!bash

  cd sparna/fr.sparna
  mvn clean install

Get the compiled application

The SKOS Play war file is generated under sparna/fr.sparna/rdf/skos/skos-play/target/skos-play-[version].war

Updated