diff options
Diffstat (limited to 'docs/de')
-rw-r--r-- | docs/de/conf.py | 2 | ||||
-rw-r--r-- | docs/de/user/upgrade.rst | 4 |
2 files changed, 4 insertions, 2 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' | |||
12 | master_doc = 'index' | 12 | master_doc = 'index' |
13 | project = u'wallabag-fr' | 13 | project = u'wallabag-fr' |
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/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 | ||
16 | Update auf einem Shared Webhosting | 18 | Update auf einem Shared Webhosting |
17 | ---------------------------------- | 19 | ---------------------------------- |