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 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/de/user/installation.rst') 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``. -- cgit v1.2.3 From 5068544e10089b9c0dd3c98c5b3be1a5f4208903 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Mon, 22 Aug 2016 10:08:21 +0200 Subject: Prepare wallabag 2.0.7 --- docs/de/user/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/de/user/installation.rst') diff --git a/docs/de/user/installation.rst b/docs/de/user/installation.rst index 0fc2f447..1b6710b7 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.6 + git checkout 2.0.7 SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist php bin/console wallabag:install --env=prod -- cgit v1.2.3