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 e23942fe4dcf1c6593498ef6d344765f710a0227 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Wed Nov 4 14:29:35 2015 +0100 mise à jour de la doc de lizmap (fixes #7690) --- src/site/rst/install.rst.vm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/site/rst/install.rst.vm b/src/site/rst/install.rst.vm index 8b30fdc..ad67d40 100644 --- a/src/site/rst/install.rst.vm +++ b/src/site/rst/install.rst.vm @@ -121,7 +121,7 @@ Nous utilisons la version ${qgisMapServerVersion} de Qgis map server. Le dépot et le nom de la distribution sont à adapter en fonction de votre système (c.f. https://www.qgis.org/fr/site/forusers/alldownloads.html#linux) . - +Selon la version de Qgis que vous utilisez le nom package peut-être **qgis-mapserver** ou **qgis-server** L'url : http://localhost/cgi-bin/qgis_mapserv.fcgi?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetCapabilities doit renvoyer un fichier XML de description des couches disponibles. @@ -145,9 +145,11 @@ Nous utilisons la version ${lizmapVersion} de Lizmap. rm -rf echobase-ui-${project.version}-lizmap.zip cd /var/www/html/echobase-map - chown -R wwww-data:echobase . + chown -R www-data:echobase . chmod g+w -R . +Attention : pour les versions d'Apache avant la 2.4.7 le dossier d'installation de Lizmap doit être **/var/www**. + Pour tester le server lizmap, allez à l'adresse suivante : http://localhost/echobase-map/lizmap/www Installation EchoBase -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.