.
Table of Contents
Binary release is available at http://savannah.fzk.de/autobuild/module-JIMS.html in a form of RPM package (i2g-jims-rpm-3.0.0-1.noarch.rpm).
Source code is available at: http://savannah.fzk.de/svn/?group=jims.
JIMS sources can be compiled using Maven 2 (version 2.0.7):
$mvn$mvnclean(clean all temporary files)$mvninstall(install in local maven2 repository)$mvnassembly:directory(unpacked)$mvnassembly:assembly(tar.bzip2)$mvnjavadoc:javadoc(aggregated javadoc)$mvnsite(site + aggregated javadoc)
In order to open the project in Eclipse, we can easily set the M2_REPO variable using the following command:
$mvn-Declipse.workspace=`pwd` eclipse:add-maven-repo
There is also possibility to build the BZ2 package of JIMS. In such case we only have to unpack the archive.
$tarxvfjjims-3.0.0-bin.tar.bz2
We can use chkconfig to add the service to the init scripts and to start it automatically after operating system boot. After execution of the commands:
$chkconfig--addjims-agent$servicejims-agentstart
the file $JIMS_HOME/etc/init.d/jims-agent should be linked to the file jims-agent in /etc/init.d directory.