Before starting the installation:
The deployer should have selected a deployment mode (see 01 Select the deployment mode (portlet, servlet or quick-start)) and be sure to respect all the requirements (see 00 Requirements).
Requirements
Installing esup-helpdesk needs a few requirements.
- esup-helpdesk is provided as a zip file that contains all the sources. The sources must be compiled, which needs a Java Development Kit (a Java Runtime Environment is not enough).
- Installation commands and asynchroneous tasks are run using ant.
- esup-helpdesk is configured by default to connect to a MySql database; Hibernate allows the usage of any other database manager (see Configuration de la connexion à la base de données).
Unix requirements
Java
Any Unix administrator knows how to install a JDK, embedded in most distributions. If not, download from http://java.sun.com/javase/downloads/index.jsp.
Ant
If ant is not available as a package (RPM or any), it can be downloaded from http://ant.apache.org/bindownload.cgi and installed for instance in /usr/local/.
Java/ant environment variables
In order to simplify administration commands and asynchroneous tasks (see Scripts d'administration et tâches asynchrones), deployers may create in the folder /etc/profile.d the following java.sh script (adapt to your onfiguration) :
export JAVA_HOME=/usr/java/jdk1.6.0_05 export ANT_HOME=/usr/local/apache-ant-1.7.0 export PATH=$PATH:$JAVA_HOME/bin:$ANT_HOME/bin
Windows requirements
TODO $param0
The properties of the configuration file /build.properties tell the way the application is deployed.
Once set, the application itself must be configured by setting the properties of the configuration file /properties/config.properties, which defines the behaviour of the application at runtime (see 01 Configuration).