aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorNicolas Lœuillet <nicolas@loeuillet.org>2016-09-28 10:02:31 +0200
committerNicolas Lœuillet <nicolas@loeuillet.org>2016-09-28 10:04:36 +0200
commit084fb0d303efc6edd0bfbf43d96b6cbe48acb2b8 (patch)
tree4fa9a2f8dba11f8478884823a382e1017410999a /docs
parent92fa168344c51cd1c5835678e649b05cb7a2d030 (diff)
downloadwallabag-084fb0d303efc6edd0bfbf43d96b6cbe48acb2b8.tar.gz
wallabag-084fb0d303efc6edd0bfbf43d96b6cbe48acb2b8.tar.zst
wallabag-084fb0d303efc6edd0bfbf43d96b6cbe48acb2b8.zip
Some fixes about upgrade from 2.0.x -> 2.1.0
Diffstat (limited to 'docs')
-rw-r--r--docs/de/conf.py2
-rw-r--r--docs/de/user/upgrade.rst4
-rw-r--r--docs/en/conf.py2
-rw-r--r--docs/en/user/upgrade.rst4
-rw-r--r--docs/fr/conf.py2
-rw-r--r--docs/fr/user/upgrade.rst4
6 files changed, 12 insertions, 6 deletions
diff --git a/docs/de/conf.py b/docs/de/conf.py
index 8f2d130d..cc9dcdf8 100644
--- a/docs/de/conf.py
+++ b/docs/de/conf.py
@@ -12,7 +12,7 @@ source_suffix = '.rst'
12master_doc = 'index' 12master_doc = 'index'
13project = u'wallabag-fr' 13project = u'wallabag-fr'
14copyright = u'2013-2016, Nicolas Lœuillet - MIT Licence' 14copyright = u'2013-2016, Nicolas Lœuillet - MIT Licence'
15version = '2.0.0' 15version = '2.1.0'
16release = version 16release = version
17exclude_patterns = ['_build'] 17exclude_patterns = ['_build']
18pygments_style = 'sphinx' 18pygments_style = 'sphinx'
diff --git a/docs/de/user/upgrade.rst b/docs/de/user/upgrade.rst
index 953c84ff..084dab74 100644
--- a/docs/de/user/upgrade.rst
+++ b/docs/de/user/upgrade.rst
@@ -11,7 +11,9 @@ Das neueste Release ist auf https://www.wallabag.org/pages/download-wallabag.htm
11 git fetch origin 11 git fetch origin
12 git fetch --tags 12 git fetch --tags
13 git checkout 2.1.0 13 git checkout 2.1.0
14 ./install.sh 14 ASSETS=build ./install.sh
15 php bin/console doctrine:migrations:migrate --env=prod
16 php bin/console cache:clear --env=prod
15 17
16Update auf einem Shared Webhosting 18Update auf einem Shared Webhosting
17---------------------------------- 19----------------------------------
diff --git a/docs/en/conf.py b/docs/en/conf.py
index 86e33704..717b35f1 100644
--- a/docs/en/conf.py
+++ b/docs/en/conf.py
@@ -12,7 +12,7 @@ source_suffix = '.rst'
12master_doc = 'index' 12master_doc = 'index'
13project = u'wallabag' 13project = u'wallabag'
14copyright = u'2013-2016, Nicolas Lœuillet - MIT Licence' 14copyright = u'2013-2016, Nicolas Lœuillet - MIT Licence'
15version = '2.0.0' 15version = '2.1.0'
16release = version 16release = version
17exclude_patterns = ['_build'] 17exclude_patterns = ['_build']
18pygments_style = 'sphinx' 18pygments_style = 'sphinx'
diff --git a/docs/en/user/upgrade.rst b/docs/en/user/upgrade.rst
index 5c37be95..f547f247 100644
--- a/docs/en/user/upgrade.rst
+++ b/docs/en/user/upgrade.rst
@@ -11,7 +11,9 @@ The last release is published on https://www.wallabag.org/pages/download-wallaba
11 git fetch origin 11 git fetch origin
12 git fetch --tags 12 git fetch --tags
13 git checkout 2.1.0 13 git checkout 2.1.0
14 ./install.sh 14 ASSETS=build ./install.sh
15 php bin/console doctrine:migrations:migrate --env=prod
16 php bin/console cache:clear --env=prod
15 17
16Upgrade on a shared hosting 18Upgrade on a shared hosting
17--------------------------- 19---------------------------
diff --git a/docs/fr/conf.py b/docs/fr/conf.py
index f1fe3967..49a57e2d 100644
--- a/docs/fr/conf.py
+++ b/docs/fr/conf.py
@@ -12,7 +12,7 @@ source_suffix = '.rst'
12master_doc = 'index' 12master_doc = 'index'
13project = u'wallabag-fr' 13project = u'wallabag-fr'
14copyright = u'2013-2016, Nicolas Lœuillet - MIT Licence' 14copyright = u'2013-2016, Nicolas Lœuillet - MIT Licence'
15version = '2.0.0' 15version = '2.1.0'
16release = version 16release = version
17exclude_patterns = ['_build'] 17exclude_patterns = ['_build']
18pygments_style = 'sphinx' 18pygments_style = 'sphinx'
diff --git a/docs/fr/user/upgrade.rst b/docs/fr/user/upgrade.rst
index e3798979..42aef9c7 100644
--- a/docs/fr/user/upgrade.rst
+++ b/docs/fr/user/upgrade.rst
@@ -11,7 +11,9 @@ La dernière version de wallabag est publiée à cette adresse : https://www.wal
11 git fetch origin 11 git fetch origin
12 git fetch --tags 12 git fetch --tags
13 git checkout 2.1.0 13 git checkout 2.1.0
14 ./install.sh 14 ASSETS=build ./install.sh
15 php bin/console doctrine:migrations:migrate --env=prod
16 php bin/console cache:clear --env=prod
15 17
16Mise à jour sur un hébergement mutualisé 18Mise à jour sur un hébergement mutualisé
17---------------------------------------- 19----------------------------------------