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

Comparaison des versions

Légende

  • Ces lignes ont été ajoutées. Ce mot a été ajouté.
  • Ces lignes ont été supprimées. Ce mot a été supprimé.
  • La mise en forme a été modifiée.

...

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


Sommaire

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

Bloc de code

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



...