esup-helpdesk




La liste d'utilisateurs n'est pas rendue car vous ne possédez pas les droits d'accès nécessaires pour afficher les profils utilisateur.

Arborescence des pages

Vous regardez une version antérieure (v. /wiki/spaces/PROJHELPDESK/pages/9175062/Installation+prior+3.30) de cette page.

afficher les différences afficher l'historique de la page

« Afficher la version précédente Vous regardez la version actuelle de cette page. (v. 38) afficher la version suivante »

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).

  • Aucune étiquette