Menu

FreyaCode

Danche

Check out the code

cd to the dir where you want to check out the freya project e.g.
cd ~/projects

then

svn checkout --username=YOURSOURCEFOREGEUSERNAME svn+ssh://YOURSOURCEFOREGEUSERNAME@svn.code.sf.net/p/nlinterface/code-0/trunk nlinterface


Build and deploy FREyA

edit local.properties file, in particular these lines:

tomcat.home=/Applications/tomcat7-freya/
repositoryLocation=http://localhost:8081/openrdf-sesame
repositoryId=testNative
pathToLuceneIndex=freya/index

make sure you update repositoryLocation and repositoryId to match with your
SPARQl endpoint (e.g. sesame or owlim)

Lucene index is relative to your user.home dir.

cd nlinterface

ant deploy

this will build freya and copy it to the yourtomcat/webapps folder


Related

Wiki: Home