diff options
author | Nicolas Lœuillet <nicolas@loeuillet.org> | 2016-09-28 10:02:31 +0200 |
---|---|---|
committer | Nicolas Lœuillet <nicolas@loeuillet.org> | 2016-09-28 10:04:36 +0200 |
commit | 084fb0d303efc6edd0bfbf43d96b6cbe48acb2b8 (patch) | |
tree | 4fa9a2f8dba11f8478884823a382e1017410999a /docs/en | |
parent | 92fa168344c51cd1c5835678e649b05cb7a2d030 (diff) | |
download | wallabag-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/en')
-rw-r--r-- | docs/en/conf.py | 2 | ||||
-rw-r--r-- | docs/en/user/upgrade.rst | 4 |
2 files changed, 4 insertions, 2 deletions
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' | |||
12 | master_doc = 'index' | 12 | master_doc = 'index' |
13 | project = u'wallabag' | 13 | project = u'wallabag' |
14 | copyright = u'2013-2016, Nicolas Lœuillet - MIT Licence' | 14 | copyright = u'2013-2016, Nicolas Lœuillet - MIT Licence' |
15 | version = '2.0.0' | 15 | version = '2.1.0' |
16 | release = version | 16 | release = version |
17 | exclude_patterns = ['_build'] | 17 | exclude_patterns = ['_build'] |
18 | pygments_style = 'sphinx' | 18 | pygments_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 | ||
16 | Upgrade on a shared hosting | 18 | Upgrade on a shared hosting |
17 | --------------------------- | 19 | --------------------------- |