aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/de/user/installation.rst
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2016-10-04 10:25:49 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2016-10-04 10:31:03 +0200
commitf440e282819a1e92e3200cf2e588fc9a0c1278ac (patch)
tree7769cfd595aaba70945f7a4a50ef1f42b6f12528 /docs/de/user/installation.rst
parentca8f9bdc1507e8a1f1d7500fb52a0dcb64de237a (diff)
downloadwallabag-f440e282819a1e92e3200cf2e588fc9a0c1278ac.tar.gz
wallabag-f440e282819a1e92e3200cf2e588fc9a0c1278ac.tar.zst
wallabag-f440e282819a1e92e3200cf2e588fc9a0c1278ac.zip
Update doc
Merge VALIDATE_TRANSLATION_FILE & ASSET build (less build on Travis)
Diffstat (limited to 'docs/de/user/installation.rst')
-rw-r--r--docs/de/user/installation.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/de/user/installation.rst b/docs/de/user/installation.rst
index 7fa8c625..f9f34c3c 100644
--- a/docs/de/user/installation.rst
+++ b/docs/de/user/installation.rst
@@ -55,7 +55,7 @@ Um wallabag selbst zu installieren, musst du die folgenden Kommandos ausführen:
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.1.0 57 git checkout 2.1.0
58 ASSETS=build ./install.sh 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
61Um PHPs eingebauten Server zu starten und zu testen, ob alles korrekt installiert wurde, kannst du folgendes Kommando ausführen: 61Um PHPs eingebauten Server zu starten und zu testen, ob alles korrekt installiert wurde, kannst du folgendes Kommando ausführen: