aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorNicolas Lœuillet <nicolas@loeuillet.org>2016-11-04 09:10:15 +0100
committerNicolas Lœuillet <nicolas@loeuillet.org>2016-11-04 09:10:15 +0100
commita3f7d8a8704d6c0ff303ea780314035a779ac84a (patch)
treebe50a8cac416014aa5f196594dcf1af8abc527b9 /docs
parent2db9142bfc3e34c1f79f3aabf5b302c3a487b3e1 (diff)
downloadwallabag-a3f7d8a8704d6c0ff303ea780314035a779ac84a.tar.gz
wallabag-a3f7d8a8704d6c0ff303ea780314035a779ac84a.tar.zst
wallabag-a3f7d8a8704d6c0ff303ea780314035a779ac84a.zip
Prepare wallabag 2.1.3 :rocket:
Diffstat (limited to 'docs')
-rw-r--r--docs/de/user/upgrade-2.1.x-2.1.y.rst4
-rw-r--r--docs/en/user/upgrade-2.1.x-2.1.y.rst4
-rw-r--r--docs/fr/user/upgrade-2.1.x-2.1.y.rst4
3 files changed, 6 insertions, 6 deletions
diff --git a/docs/de/user/upgrade-2.1.x-2.1.y.rst b/docs/de/user/upgrade-2.1.x-2.1.y.rst
index 2f9b7791..dec5dede 100644
--- a/docs/de/user/upgrade-2.1.x-2.1.y.rst
+++ b/docs/de/user/upgrade-2.1.x-2.1.y.rst
@@ -4,14 +4,14 @@ Wallabag von 2.1.x auf 2.1.y 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.1.2`` 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.1.3`` mit der neuesten Releasenummer):
8 8
9:: 9::
10 10
11 rm -rf var/cache/* 11 rm -rf var/cache/*
12 git fetch origin 12 git fetch origin
13 git fetch --tags 13 git fetch --tags
14 git checkout 2.1.2 --force 14 git checkout 2.1.3 --force
15 SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist 15 SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist
16 php bin/console cache:clear --env=prod 16 php bin/console cache:clear --env=prod
17 17
diff --git a/docs/en/user/upgrade-2.1.x-2.1.y.rst b/docs/en/user/upgrade-2.1.x-2.1.y.rst
index 62cb7dc0..28b7d45e 100644
--- a/docs/en/user/upgrade-2.1.x-2.1.y.rst
+++ b/docs/en/user/upgrade-2.1.x-2.1.y.rst
@@ -4,14 +4,14 @@ Upgrading from 2.1.x to 2.1.y
4Upgrade on a dedicated web server 4Upgrade on a dedicated web server
5--------------------------------- 5---------------------------------
6 6
7The last release is published on https://www.wallabag.org/pages/download-wallabag.html. In order to upgrade your wallabag installation and get the last version, run the following commands in you wallabag folder (replace ``2.1.2`` by the last release number): 7The last release is published on https://www.wallabag.org/pages/download-wallabag.html. In order to upgrade your wallabag installation and get the last version, run the following commands in you wallabag folder (replace ``2.1.3`` by the last release number):
8 8
9:: 9::
10 10
11 rm -rf var/cache/* 11 rm -rf var/cache/*
12 git fetch origin 12 git fetch origin
13 git fetch --tags 13 git fetch --tags
14 git checkout 2.1.2 --force 14 git checkout 2.1.3 --force
15 SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist 15 SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist
16 php bin/console cache:clear --env=prod 16 php bin/console cache:clear --env=prod
17 17
diff --git a/docs/fr/user/upgrade-2.1.x-2.1.y.rst b/docs/fr/user/upgrade-2.1.x-2.1.y.rst
index b6f1a2d0..d7983d93 100644
--- a/docs/fr/user/upgrade-2.1.x-2.1.y.rst
+++ b/docs/fr/user/upgrade-2.1.x-2.1.y.rst
@@ -4,14 +4,14 @@ Mettre à jour de la 2.1.x à la 2.1.y
4Mise à jour sur un serveur dédié 4Mise à jour sur un serveur dédié
5-------------------------------- 5--------------------------------
6 6
7La dernière version de wallabag est publiée à cette adresse : https://www.wallabag.org/pages/download-wallabag.html. Pour mettre à jour votre installation de wallabag, exécutez les commandes suivantes dans votre répertoire d'installation (remplacez ``2.1.2`` par le numéro de la dernière version) : 7La dernière version de wallabag est publiée à cette adresse : https://www.wallabag.org/pages/download-wallabag.html. Pour mettre à jour votre installation de wallabag, exécutez les commandes suivantes dans votre répertoire d'installation (remplacez ``2.1.3`` par le numéro de la dernière version) :
8 8
9:: 9::
10 10
11 rm -rf var/cache/* 11 rm -rf var/cache/*
12 git fetch origin 12 git fetch origin
13 git fetch --tags 13 git fetch --tags
14 git checkout 2.1.2 --force 14 git checkout 2.1.3 --force
15 SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist 15 SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist
16 php bin/console cache:clear --env=prod 16 php bin/console cache:clear --env=prod
17 17