Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

Latest

distributeme.war

Older versions

1.0

distributeme-registry-1.0.tgz

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