aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/de/user
diff options
context:
space:
mode:
authorNicolas Lœuillet <nicolas@loeuillet.org>2016-09-07 14:27:32 +0200
committerNicolas Lœuillet <nicolas@loeuillet.org>2016-09-07 14:27:32 +0200
commit5bdec0195f2b8cb631889479507390567f148b9d (patch)
treeafe1ede0c385694d86448f87131581bc0990d6ed /docs/de/user
parent94d1dae4ef9ee9698068b63b8f20a89519f98939 (diff)
downloadwallabag-5bdec0195f2b8cb631889479507390567f148b9d.tar.gz
wallabag-5bdec0195f2b8cb631889479507390567f148b9d.tar.zst
wallabag-5bdec0195f2b8cb631889479507390567f148b9d.zip
Prepare wallabag 2.0.8
Diffstat (limited to 'docs/de/user')
-rw-r--r--docs/de/user/installation.rst2
-rw-r--r--docs/de/user/upgrade.rst4
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/de/user/installation.rst b/docs/de/user/installation.rst
index 8f121087..3c0fc728 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.7 57 git checkout 2.0.8
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
diff --git a/docs/de/user/upgrade.rst b/docs/de/user/upgrade.rst
index ac35f4a8..55bd7008 100644
--- a/docs/de/user/upgrade.rst
+++ b/docs/de/user/upgrade.rst
@@ -4,13 +4,13 @@ Wallabag updaten
4Update auf einem dedizierten Webserver 4Update auf einem dedizierten Webserver
5-------------------------------------- 5--------------------------------------
6 6
7Das neueste Release ist auf https://www.wallabag.org/pages/download-wallabag.html veröffentlicht. Um deine wallabag Installation auf die neueste Version upzudaten, führe die folgenden Kommandos in deinem wallabag Ordner aus (ersetze ``2.0.7`` mit der neuesten Releasenummer): 7Das neueste Release ist auf https://www.wallabag.org/pages/download-wallabag.html veröffentlicht. Um deine wallabag Installation auf die neueste Version upzudaten, führe die folgenden Kommandos in deinem wallabag Ordner aus (ersetze ``2.0.8`` mit der neuesten Releasenummer):
8 8
9:: 9::
10 10
11 git fetch origin 11 git fetch origin
12 git fetch --tags 12 git fetch --tags
13 git checkout 2.0.7 13 git checkout 2.0.8
14 SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist 14 SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist
15 php bin/console cache:clear --env=prod 15 php bin/console cache:clear --env=prod
16 16