The following instructions are really about setting up a dev environment. See Installing and using NML/NSI Topology service
- Java™ 1.6 or higher.
- Maven2: it's going to install all dependencies except the following one!
- Simple Lookup Service (sLS):
# To install sLS
svn checkout http://simple-lookup-service.googlecode.com/svn/ sLS
cd sLS/trunck/lookup
mvn install
This is just a skeleton under heavey developement
# to run unit tests
mvn test
# to the run the service
./run.sh