From 94d1dae4ef9ee9698068b63b8f20a89519f98939 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Tue, 6 Sep 2016 13:43:53 +0200 Subject: Update install documentation --- docs/fr/user/installation.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/fr/user/installation.rst') diff --git a/docs/fr/user/installation.rst b/docs/fr/user/installation.rst index d46f79a4..f63f2b0a 100644 --- a/docs/fr/user/installation.rst +++ b/docs/fr/user/installation.rst @@ -82,6 +82,8 @@ Exécutez cette commande pour télécharger et décompresser l'archive : wget http://wllbg.org/latest-v2-package && tar xvf latest-v2-package +(hash md5 de l'archive : ``18aadd1003a08eb11f5341b9755029f8``) + Maintenant, lisez la documentation ci-dessous pour crééer un virtual host. Accédez ensuite à votre installation de wallabag. Si vous avez changé la configuration pour modifier le type de stockage (MySQL ou PostgreSQL), vous devrez vous créer un utilisateur via la commande ``php bin/console wallabag:install --env=prod``. -- cgit v1.2.3 From 5bdec0195f2b8cb631889479507390567f148b9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Wed, 7 Sep 2016 14:27:32 +0200 Subject: Prepare wallabag 2.0.8 --- docs/fr/user/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/fr/user/installation.rst') diff --git a/docs/fr/user/installation.rst b/docs/fr/user/installation.rst index f63f2b0a..56372e7c 100644 --- a/docs/fr/user/installation.rst +++ b/docs/fr/user/installation.rst @@ -51,7 +51,7 @@ Pour installer wallabag, vous devez exécuter ces deux commandes : git clone https://github.com/wallabag/wallabag.git cd wallabag - git checkout 2.0.7 + git checkout 2.0.8 SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist php bin/console wallabag:install --env=prod -- cgit v1.2.3 From a707643ef1a0d5f1cf4ab9826492f4c9cb2d8c09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Wed, 7 Sep 2016 15:40:15 +0200 Subject: Update md5 checksum for 2.0.8 in documentation --- docs/fr/user/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/fr/user/installation.rst') diff --git a/docs/fr/user/installation.rst b/docs/fr/user/installation.rst index 56372e7c..480970c5 100644 --- a/docs/fr/user/installation.rst +++ b/docs/fr/user/installation.rst @@ -82,7 +82,7 @@ Exécutez cette commande pour télécharger et décompresser l'archive : wget http://wllbg.org/latest-v2-package && tar xvf latest-v2-package -(hash md5 de l'archive : ``18aadd1003a08eb11f5341b9755029f8``) +(hash md5 de l'archive : ``4f84c725d1d6e3345eae0a406115e5ff``) Maintenant, lisez la documentation ci-dessous pour crééer un virtual host. Accédez ensuite à votre installation de wallabag. Si vous avez changé la configuration pour modifier le type de stockage (MySQL ou PostgreSQL), vous devrez vous créer un utilisateur via la commande ``php bin/console wallabag:install --env=prod``. -- cgit v1.2.3