Latest
Older versions
1.0
Building DistributeMe
Getting the project
First of all, you don't need to get the sources to use DistributeMe. You can just download it. But if you want to get the sources and play with it, the following instructions are for you.
To checkout the project from our svn repository simply paste following commands into your shell:
Code Block svn co svn://svn.anotheria.net/opensource/distributeme/trunk distributeme
Building
You will need maven2 and java installed on your machine. Once you have both change into distributeme directory and execute:
Code Block |
---|
mvn clean install |
Building the registry
The registry is a module of the above project. If you want to deploy it to your tomcat:
Code Block |
---|
cp ~/.m2/repository/net/anotheria/distributeme-registry/1.0.1-SNAPSHOT/distributeme-registry-1.0.1-SNAPSHOT.war $CATALINA_HOME/webapps/distributeme.war |