MG-ODRD/Installation: Difference between revisions
Jump to navigation
Jump to search
imported>Richad No edit summary |
imported>Richad No edit summary |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
==Installation sur Windows de Dbat == | ==Installation sur Windows de Dbat == | ||
===Télécharger=== | |||
#[https://www.apachefriends.org/fr/index.html XAMPP] pour (Appache, MariaDB (MySQL), PHP, Perl, Tomcat) | #[https://www.apachefriends.org/fr/index.html XAMPP] pour (Appache, MariaDB (MySQL), PHP, Perl, Tomcat) | ||
#[http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html JDK] | #[http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html JDK] | ||
#[https://www.cygwin.com/setup-x86_64.exe Cygwin] pour (git et make) | #[https://www.cygwin.com/setup-x86_64.exe Cygwin] pour (git et make) | ||
#[http://www-eu.apache.org/dist//ant/binaries/apache-ant-1.10.1-bin.zip Apache Ant] | #[http://www-eu.apache.org/dist//ant/binaries/apache-ant-1.10.1-bin.zip Apache Ant] | ||
*Copier dans le répertoire '''c:\cygwin64\bin''' et insérer sur Windows : | |||
#Propriété Système | |||
#Paramètre système avancé | |||
#Variable environnemental: Path, modifier | |||
*Installation de '''ant''': | |||
#Créer le dossier apache-ant sous le répertoire de cygwin64 | |||
#Exctracion des fichiers de apache-ant sur le nouveau dossier | |||
#patcher le apache-ant sur la variable environnemental de windows | |||
*Créer les dossiers communs pour '''Tomcat''' | |||
mkdir c:\var | |||
mkdir c:\var\lib | |||
mkdir c:\var\lib\tomcat\openlib | |||
mkdir c:\var\lib\tomcat\webapps | |||
mkdir c:\usr | |||
mkdir c:\usr\share | |||
mkdir c:\usr\share\tomcat | |||
mkdir c:\usr\share\tomcat\lib | |||
copy c:\xampp\tomcat\lib\*.* c:\usr\share\tomcat\lib |
Latest revision as of 07:34, 28 April 2017
Installation sur Windows de Dbat
Télécharger
- XAMPP pour (Appache, MariaDB (MySQL), PHP, Perl, Tomcat)
- JDK
- Cygwin pour (git et make)
- Apache Ant
- Copier dans le répertoire c:\cygwin64\bin et insérer sur Windows :
- Propriété Système
- Paramètre système avancé
- Variable environnemental: Path, modifier
- Installation de ant:
- Créer le dossier apache-ant sous le répertoire de cygwin64
- Exctracion des fichiers de apache-ant sur le nouveau dossier
- patcher le apache-ant sur la variable environnemental de windows
- Créer les dossiers communs pour Tomcat
mkdir c:\var mkdir c:\var\lib mkdir c:\var\lib\tomcat\openlib mkdir c:\var\lib\tomcat\webapps mkdir c:\usr mkdir c:\usr\share mkdir c:\usr\share\tomcat mkdir c:\usr\share\tomcat\lib copy c:\xampp\tomcat\lib\*.* c:\usr\share\tomcat\lib