#Spring Tool Suite IDE - Development Envrionment Setup Instructions
- Download STS
- Import - Check out maven project from SCM - git
[email protected]:lndobryden/enkive.git - Compile Indri and Indri.jar
http://wiki.enkive.org/index.php/Installation_Instructions#Indri - Set indri.directory at the top of pom.xml to the path used for --prefix when compiling
- Ensure mongodb is up and running
- Start Enkive by running com.linuxbox.enkive.MainJettyWebApps
It will fail - then in Run Configurations - add environment variable java.library.path to directory specified by indri.library.directory in top of pom
Note: If we could simplify steps 5 and 6 that would be super.