branch develop updated (86b2667 -> cd2be91)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository echobase. See http://git.codelutin.com/echobase.git from 86b2667 fixes #6511: Il manque quelques informations dans la doc d'installation de la partie spatiale Merge branch 'feature/6511' into develop new cd2be91 From scmwebeditor -- Correction de typo sur la documentation The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit cd2be91efef53f872fb5b17372ad5d27b1b53df7 Author: tchemit <unknown> Date: Fri Jun 19 13:28:50 2015 +0200 From scmwebeditor -- Correction de typo sur la documentation Summary of changes: src/site/rst/install.rst.vm | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository echobase. See http://git.codelutin.com/echobase.git commit cd2be91efef53f872fb5b17372ad5d27b1b53df7 Author: tchemit <unknown> Date: Fri Jun 19 13:28:50 2015 +0200 From scmwebeditor -- Correction de typo sur la documentation --- src/site/rst/install.rst.vm | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/site/rst/install.rst.vm b/src/site/rst/install.rst.vm index 70273e8..75edd71 100644 --- a/src/site/rst/install.rst.vm +++ b/src/site/rst/install.rst.vm @@ -72,11 +72,13 @@ Installation tomcat apt-get install tomcat7 -Activez le connecteur AJP tomcat : dans le fichier **/etc/tomcat7/server.xml** décommentez la ligne:: +Activez le connecteur AJP tomcat : dans le fichier **/etc/tomcat7/server.xml** décommentez la ligne +:: <Connector port="8009" enableLookups="false" redirectPort="8443" protocol="AJP/1.3"/> -Redémarrez le service tomcat:: +Redémarrez le service tomcat +:: service tomcat7 restart @@ -126,7 +128,7 @@ doit renvoyer un fichier XML de description des couches disponibles. Installation Lizmap ~~~~~~~~~~~~~~~~~~~ -Nous utilisons la version ${lizmapVersion} de LizMap. +Nous utilisons la version ${lizmapVersion} de Lizmap. :: apt-get install php5 curl php5-curl php5-sqlite php5-gd @@ -146,7 +148,7 @@ Nous utilisons la version ${lizmapVersion} de LizMap. chown -R wwww-data:echobase . chmod g+w -R . -Pour tester le server lizmap, utilisez l'url : http://localhost/echobase-map/lizmap/www +Pour tester le server lizmap, allez à l'adresse suivante : http://localhost/echobase-map/lizmap/www Installation EchoBase ~~~~~~~~~~~~~~~~~~~~~ @@ -171,7 +173,7 @@ Toutes les données de l'application seront placées dans le répertoire **/var/ chown -R tomcat7:echobase . chmod g+w -R . -L'application est bien déployée lorsque vous pouvez accéder à l'application à l'adresse suivante : +L'application est bien déployée lorsque vous pouvez y accéder à l'adresse suivante : :: http://localhost:8080/echobase @@ -212,7 +214,7 @@ Pour la suite de l'installation, exporter le nom de domaine de votre machine export DOMAIN=acoustica -Executez ces commandes (ajout modules apache, création du site echobase) +Executer ces commandes (ajout modules apache, création du site echobase) :: cat << EOF > /etc/apache2/sites-available/echobase.conf -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm