aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/de/user/installation.rst
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2016-08-22 23:03:16 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2016-08-22 23:03:16 +0200
commit79efca1e6ff28362d4bd2713f68205294cdd07de (patch)
treec20482071f97b5ba0f075d59a9a097b08b26b910 /docs/de/user/installation.rst
parent9c545fe028013b30417c1a932cd6b9027bff752d (diff)
parent80bb0b73445092c4aa3e94f90cc5f8667fa123ba (diff)
downloadwallabag-79efca1e6ff28362d4bd2713f68205294cdd07de.tar.gz
wallabag-79efca1e6ff28362d4bd2713f68205294cdd07de.tar.zst
wallabag-79efca1e6ff28362d4bd2713f68205294cdd07de.zip
Merge remote-tracking branch 'origin/master' into 2.1
Diffstat (limited to 'docs/de/user/installation.rst')
-rw-r--r--docs/de/user/installation.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/de/user/installation.rst b/docs/de/user/installation.rst
index 37a80170..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:
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.7
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
73Auf einem geteilten Webhosting 73Auf einem geteilten Webhosting
74~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 74~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
75 75
76Wir stellen ein Paket inkl. aller Abhängigkeiten bereit. 76Wir stellen ein Paket inkl. aller Abhängigkeiten bereit.
77Die Standardkonfiguration nutzt SQLite für die Datenbank. Wenn du diese Einstellung ändern willst, ändere bitte ``app/config/parameters.yml``. 77Die Standardkonfiguration nutzt SQLite für die Datenbank. Wenn du diese Einstellung ändern willst, ändere bitte ``app/config/parameters.yml``.
78 78
79Wir haben bereits einen Nutzer erstellt: Login und Passwort sind ``wallabag``. 79Wir haben bereits einen Nutzer erstellt: Login und Passwort sind ``wallabag``.