aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/de
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2016-10-03 15:33:08 +0200
committerGitHub <noreply@github.com>2016-10-03 15:33:08 +0200
commit24add95e9eaa1211655aff6d3d06c30e94252bcc (patch)
tree59fde27b0ec839434b725a276743027672efefd1 /docs/de
parent9d3603147b0a4219a8065861351439cbe5e52772 (diff)
parent88d8125a5fa3b5c6c91cb22fc2bef1243d7391fc (diff)
downloadwallabag-24add95e9eaa1211655aff6d3d06c30e94252bcc.tar.gz
wallabag-24add95e9eaa1211655aff6d3d06c30e94252bcc.tar.zst
wallabag-24add95e9eaa1211655aff6d3d06c30e94252bcc.zip
Merge pull request #2338 from wallabag/install-2.1
Fix for 2.1 installation
Diffstat (limited to 'docs/de')
-rw-r--r--docs/de/user/installation.rst1
-rw-r--r--docs/de/user/upgrade-2.0.x-2.0.y.rst1
-rw-r--r--docs/de/user/upgrade-2.0.x-2.1.y.rst1
3 files changed, 3 insertions, 0 deletions
diff --git a/docs/de/user/installation.rst b/docs/de/user/installation.rst
index f7bc2e4f..7fa8c625 100644
--- a/docs/de/user/installation.rst
+++ b/docs/de/user/installation.rst
@@ -56,6 +56,7 @@ Um wallabag selbst zu installieren, musst du die folgenden Kommandos ausführen:
56 cd wallabag 56 cd wallabag
57 git checkout 2.1.0 57 git checkout 2.1.0
58 ASSETS=build ./install.sh 58 ASSETS=build ./install.sh
59 php bin/console wallabag:install --env=prod
59 60
60Um 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:
61 62
diff --git a/docs/de/user/upgrade-2.0.x-2.0.y.rst b/docs/de/user/upgrade-2.0.x-2.0.y.rst
index adf288bd..5820a0d2 100644
--- a/docs/de/user/upgrade-2.0.x-2.0.y.rst
+++ b/docs/de/user/upgrade-2.0.x-2.0.y.rst
@@ -8,6 +8,7 @@ Das neueste Release ist auf https://www.wallabag.org/pages/download-wallabag.htm
8 8
9:: 9::
10 10
11 rm -rf var/cache/*
11 git fetch origin 12 git fetch origin
12 git fetch --tags 13 git fetch --tags
13 git checkout 2.0.8 14 git checkout 2.0.8
diff --git a/docs/de/user/upgrade-2.0.x-2.1.y.rst b/docs/de/user/upgrade-2.0.x-2.1.y.rst
index 23bf3682..7c20f4ee 100644
--- a/docs/de/user/upgrade-2.0.x-2.1.y.rst
+++ b/docs/de/user/upgrade-2.0.x-2.1.y.rst
@@ -11,6 +11,7 @@ Das neueste Release ist auf https://www.wallabag.org/pages/download-wallabag.htm
11 11
12:: 12::
13 13
14 rm -rf var/cache/*
14 git fetch origin 15 git fetch origin
15 git fetch --tags 16 git fetch --tags
16 git checkout 2.1.0 17 git checkout 2.1.0