TWiki
>
RmiGrid Web
>
WmsxSoftware
>
WmsxDownload
(revision 8) (raw view)
Edit
Attach
---++ Download WMSX The software is available at: http://wmsx.max.berger.name/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=). Please note that this is a snapshot release, as there are still some bugs to be ironed out. ---+++ Build instructions * Install JDK 1.5 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.0.8 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-parent-xxx-src.zip= source bundle * Download source bundle from http://wmsx.max.berger.name/download * Unpack source bundle and go inside: <verbatim> > unzip -d wmsx-parent-xxx-src wmsx-parent-xxx-src.zip > cd wmsx-parent-xxx-src </verbatim> * Get third party JAVA archives to Maven: <verbatim> > cd extra > 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> > sh install_3rd_party > cd .. </verbatim> * Build from source: <verbatim> > mvn package install </verbatim> * Install the resulting tarball: <verbatim> > cd .. > cp wmsx-parent-xxx-src/wmsx/target/wmsx-xxx.tar.gz . > tar -xzf wmsx-xxx.tar.gz > mv wmsx wmsx-xxx > cd wmsx-xxx > autoreconf -if > ./configure [options] > make > make install </verbatim> * Make sure that the according installation target directories are listed in =PATH= and in =LD_LIBRARY_PATH=.
Edit
|
Attach
|
Watch
|
P
rint version
|
H
istory
:
r11
<
r10
<
r9
<
r8
<
r7
|
B
acklinks
|
V
iew topic
|
Raw edit
|
More topic actions...
Topic revision: r8 - 2009-07-07
-
AndrasLaszlo
RmiGrid
Log In
RmiGrid Web
Create New Topic
Index
Search
Changes
Notifications
Statistics
Preferences
Webs
CMS
HEP
Main
RmiGrid
RmiVirgo
Sandbox
TWiki
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