---++ Download WMSX The software is available at: http://wmsx.max.berger.name/wmsx/download The software is available under the GNU GPL v3.0. One option is to simply install the precompiled bundle =wmsx-xxx-distribution.zip=. Simply copy the contents of the subdirectories of the bundle to the appropriate prefix directory (e.g. =/usr/local=). Other option is to compile the =wmsx-aggregator-xxx-src.zip= source bundle as explained below. ---+++ Build instructions (from wmsx-2.0.2 or newer) * Install JDK 1.6 or newer * Download package from http://www.java.com/ * Install package * Set the environmental variable =JAVA_HOME= to your JDK installation * Add =$JAVA_HOME/bin= to your =PATH= environmantal variable * Install Maven 2.1.0 or newer * Download package from http://maven.apache.org/ * Install package * Add =your_maven_installation_directory/bin= to your =PATH= environmental variable * Compile from =wmsx-aggregator-xxx-src.zip= source bundle * Download source bundle from http://wmsx.max.berger.name/wmsx/download * Unpack source bundle and go inside: <verbatim> > unzip wmsx-aggregator-xxx-src.zip > cd wmsx-aggregator-xxx </verbatim> * Remove old Maven archives: <verbatim> > rm -rf ~/.m2 # If your home is on AFS disk space, you may need to do the following, if compilation fails: # - create and edit ~/.m2/settings.xml: # <settings> # <localRepository>some_local_directory</localRepository> # </settings> </verbatim> * Build from source: <verbatim> > mvn </verbatim> * Install the resulting package: <verbatim> > cd .. > cp wmsx-aggregator-xxx/wmsx/target/site/download/wmsx-xxx-distribution.zip . > unzip wmsx-xxx-distribution.zip > cp -r wmsx-xxx/* $PREFIX/ # Here the directory PREFIX is some target directory, e.g. /usr/local or /usr etc. </verbatim> * Make sure that the according installation target directory =$PREFIX/bin= is listed in =PATH=. -- Main.AndrasLaszlo - 10 Jul 2009
This topic: RmiGrid
>
WebHome
>
WmsxSoftware
>
WmsxDownload
Topic revision: r11 - 2009-07-10 - AndrasLaszlo
Copyright &© by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki?
Send feedback