aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/de/user/installation.rst
diff options
context:
space:
mode:
authorNicolas Lœuillet <nicolas@loeuillet.org>2016-10-10 10:20:32 +0200
committerNicolas Lœuillet <nicolas@loeuillet.org>2016-10-10 10:20:32 +0200
commit7c1225347db8b516cc268709939f6b359bc283c1 (patch)
tree7a516132f42dbb9e8c3bf371dfd100088d50efdf /docs/de/user/installation.rst
parent84e3c36e02e4ffb4611f6e1eca37c97a0ffb4660 (diff)
downloadwallabag-7c1225347db8b516cc268709939f6b359bc283c1.tar.gz
wallabag-7c1225347db8b516cc268709939f6b359bc283c1.tar.zst
wallabag-7c1225347db8b516cc268709939f6b359bc283c1.zip
Update documentation
Diffstat (limited to 'docs/de/user/installation.rst')
-rw-r--r--docs/de/user/installation.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/de/user/installation.rst b/docs/de/user/installation.rst
index bee3249b..2bb86269 100644
--- a/docs/de/user/installation.rst
+++ b/docs/de/user/installation.rst
@@ -57,14 +57,13 @@ Um wallabag selbst zu installieren, musst du die folgenden Kommandos ausführen:
57:: 57::
58 58
59 git clone https://github.com/wallabag/wallabag.git 59 git clone https://github.com/wallabag/wallabag.git
60 cd wallabag 60 cd wallabag && make install
61 ./install.sh
62 61
63Um PHPs eingebauten Server zu starten und zu testen, ob alles korrekt installiert wurde, kannst du folgendes Kommando ausführen: 62Um PHPs eingebauten Server zu starten und zu testen, ob alles korrekt installiert wurde, kannst du folgendes Kommando ausführen:
64 63
65:: 64::
66 65
67 php bin/console server:run --env=prod 66 make run
68 67
69und wallabag unter http://deineserverip:8000 erreichen. 68und wallabag unter http://deineserverip:8000 erreichen.
70 69