diff options
author | Nicolas Lœuillet <nicolas@loeuillet.org> | 2016-08-10 15:03:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-10 15:03:43 +0200 |
commit | 8617972f3f947ba6ceaa872e18487a9172f95189 (patch) | |
tree | ee433ef4104c28ecef869d323af7ded57676a832 /docs/de | |
parent | 029965b6a21824602e0cddc8b6dcd859da38edc2 (diff) | |
parent | a26f91dcb64217115550fb79092912e1fd4bacd3 (diff) | |
download | wallabag-8617972f3f947ba6ceaa872e18487a9172f95189.tar.gz wallabag-8617972f3f947ba6ceaa872e18487a9172f95189.tar.zst wallabag-8617972f3f947ba6ceaa872e18487a9172f95189.zip |
Merge pull request #2212 from wallabag/prepare-206
Prepare release 2.0.6
Diffstat (limited to 'docs/de')
-rw-r--r-- | docs/de/user/installation.rst | 4 |
1 files changed, 2 insertions, 2 deletions
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: | |||
54 | 54 | ||
55 | git clone https://github.com/wallabag/wallabag.git | 55 | git clone https://github.com/wallabag/wallabag.git |
56 | cd wallabag | 56 | cd wallabag |
57 | git checkout 2.0.5 | 57 | git checkout 2.0.6 |
58 | SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist | 58 | SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist |
59 | php bin/console wallabag:install --env=prod | 59 | php bin/console wallabag:install --env=prod |
60 | 60 | ||
@@ -73,7 +73,7 @@ Und wallabag unter http://deineserverip:8000 erreichen | |||
73 | Auf einem geteilten Webhosting | 73 | Auf einem geteilten Webhosting |
74 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | 74 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
75 | 75 | ||
76 | Wir stellen ein Paket inkl. aller Abhängigkeiten bereit. | 76 | Wir stellen ein Paket inkl. aller Abhängigkeiten bereit. |
77 | Die Standardkonfiguration nutzt SQLite für die Datenbank. Wenn du diese Einstellung ändern willst, ändere bitte ``app/config/parameters.yml``. | 77 | Die Standardkonfiguration nutzt SQLite für die Datenbank. Wenn du diese Einstellung ändern willst, ändere bitte ``app/config/parameters.yml``. |
78 | 78 | ||
79 | Wir haben bereits einen Nutzer erstellt: Login und Passwort sind ``wallabag``. | 79 | Wir haben bereits einen Nutzer erstellt: Login und Passwort sind ``wallabag``. |