From a26f91dcb64217115550fb79092912e1fd4bacd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Wed, 10 Aug 2016 14:26:13 +0200 Subject: Prepare release 2.0.6 --- docs/de/user/installation.rst | 4 ++-- docs/en/user/installation.rst | 2 +- docs/fr/user/installation.rst | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'docs') diff --git a/docs/de/user/installation.rst b/docs/de/user/installation.rst index 37a80170..0fc2f447 100644 --- a/docs/de/user/installation.rst +++ b/docs/de/user/installation.rst @@ -54,7 +54,7 @@ Um wallabag selbst zu installieren, musst du die folgenden Kommandos ausführen: git clone https://github.com/wallabag/wallabag.git cd wallabag - git checkout 2.0.5 + git checkout 2.0.6 SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist php bin/console wallabag:install --env=prod @@ -73,7 +73,7 @@ Und wallabag unter http://deineserverip:8000 erreichen Auf einem geteilten Webhosting ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -Wir stellen ein Paket inkl. aller Abhängigkeiten bereit. +Wir stellen ein Paket inkl. aller Abhängigkeiten bereit. Die Standardkonfiguration nutzt SQLite für die Datenbank. Wenn du diese Einstellung ändern willst, ändere bitte ``app/config/parameters.yml``. Wir haben bereits einen Nutzer erstellt: Login und Passwort sind ``wallabag``. diff --git a/docs/en/user/installation.rst b/docs/en/user/installation.rst index bd3095e0..0aa391e8 100644 --- a/docs/en/user/installation.rst +++ b/docs/en/user/installation.rst @@ -53,7 +53,7 @@ To install wallabag itself, you must run the following commands: git clone https://github.com/wallabag/wallabag.git cd wallabag - git checkout 2.0.5 + git checkout 2.0.6 SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist php bin/console wallabag:install --env=prod diff --git a/docs/fr/user/installation.rst b/docs/fr/user/installation.rst index 0693fc5d..069396cc 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.5 + git checkout 2.0.6 SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist php bin/console wallabag:install --env=prod -- cgit v1.2.3