diff options
author | Thomas Citharel <tcit@tcit.fr> | 2016-10-03 15:33:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-03 15:33:08 +0200 |
commit | 24add95e9eaa1211655aff6d3d06c30e94252bcc (patch) | |
tree | 59fde27b0ec839434b725a276743027672efefd1 /docs | |
parent | 9d3603147b0a4219a8065861351439cbe5e52772 (diff) | |
parent | 88d8125a5fa3b5c6c91cb22fc2bef1243d7391fc (diff) | |
download | wallabag-24add95e9eaa1211655aff6d3d06c30e94252bcc.tar.gz wallabag-24add95e9eaa1211655aff6d3d06c30e94252bcc.tar.zst wallabag-24add95e9eaa1211655aff6d3d06c30e94252bcc.zip |
Merge pull request #2338 from wallabag/install-2.1
Fix for 2.1 installation
Diffstat (limited to 'docs')
-rw-r--r-- | docs/de/user/installation.rst | 1 | ||||
-rw-r--r-- | docs/de/user/upgrade-2.0.x-2.0.y.rst | 1 | ||||
-rw-r--r-- | docs/de/user/upgrade-2.0.x-2.1.y.rst | 1 | ||||
-rw-r--r-- | docs/en/user/installation.rst | 1 | ||||
-rw-r--r-- | docs/en/user/upgrade-2.0.x-2.0.y.rst | 1 | ||||
-rw-r--r-- | docs/en/user/upgrade-2.0.x-2.1.y.rst | 1 | ||||
-rw-r--r-- | docs/fr/user/installation.rst | 1 | ||||
-rw-r--r-- | docs/fr/user/upgrade-2.0.x-2.0.y.rst | 1 | ||||
-rw-r--r-- | docs/fr/user/upgrade-2.0.x-2.1.y.rst | 1 |
9 files changed, 9 insertions, 0 deletions
diff --git a/docs/de/user/installation.rst b/docs/de/user/installation.rst index f7bc2e4f..7fa8c625 100644 --- a/docs/de/user/installation.rst +++ b/docs/de/user/installation.rst | |||
@@ -56,6 +56,7 @@ Um wallabag selbst zu installieren, musst du die folgenden Kommandos ausführen: | |||
56 | cd wallabag | 56 | cd wallabag |
57 | git checkout 2.1.0 | 57 | git checkout 2.1.0 |
58 | ASSETS=build ./install.sh | 58 | ASSETS=build ./install.sh |
59 | php bin/console wallabag:install --env=prod | ||
59 | 60 | ||
60 | Um PHPs eingebauten Server zu starten und zu testen, ob alles korrekt installiert wurde, kannst du folgendes Kommando ausführen: | 61 | Um PHPs eingebauten Server zu starten und zu testen, ob alles korrekt installiert wurde, kannst du folgendes Kommando ausführen: |
61 | 62 | ||
diff --git a/docs/de/user/upgrade-2.0.x-2.0.y.rst b/docs/de/user/upgrade-2.0.x-2.0.y.rst index adf288bd..5820a0d2 100644 --- a/docs/de/user/upgrade-2.0.x-2.0.y.rst +++ b/docs/de/user/upgrade-2.0.x-2.0.y.rst | |||
@@ -8,6 +8,7 @@ Das neueste Release ist auf https://www.wallabag.org/pages/download-wallabag.htm | |||
8 | 8 | ||
9 | :: | 9 | :: |
10 | 10 | ||
11 | rm -rf var/cache/* | ||
11 | git fetch origin | 12 | git fetch origin |
12 | git fetch --tags | 13 | git fetch --tags |
13 | git checkout 2.0.8 | 14 | git checkout 2.0.8 |
diff --git a/docs/de/user/upgrade-2.0.x-2.1.y.rst b/docs/de/user/upgrade-2.0.x-2.1.y.rst index 23bf3682..7c20f4ee 100644 --- a/docs/de/user/upgrade-2.0.x-2.1.y.rst +++ b/docs/de/user/upgrade-2.0.x-2.1.y.rst | |||
@@ -11,6 +11,7 @@ Das neueste Release ist auf https://www.wallabag.org/pages/download-wallabag.htm | |||
11 | 11 | ||
12 | :: | 12 | :: |
13 | 13 | ||
14 | rm -rf var/cache/* | ||
14 | git fetch origin | 15 | git fetch origin |
15 | git fetch --tags | 16 | git fetch --tags |
16 | git checkout 2.1.0 | 17 | git checkout 2.1.0 |
diff --git a/docs/en/user/installation.rst b/docs/en/user/installation.rst index 7954fe0b..82fa6f4e 100644 --- a/docs/en/user/installation.rst +++ b/docs/en/user/installation.rst | |||
@@ -55,6 +55,7 @@ To install wallabag itself, you must run the following commands: | |||
55 | cd wallabag | 55 | cd wallabag |
56 | git checkout 2.1.0 | 56 | git checkout 2.1.0 |
57 | ASSETS=build ./install.sh | 57 | ASSETS=build ./install.sh |
58 | php bin/console wallabag:install --env=prod | ||
58 | 59 | ||
59 | To start PHP's build-in server and test if everything did install correctly, you can do: | 60 | To start PHP's build-in server and test if everything did install correctly, you can do: |
60 | 61 | ||
diff --git a/docs/en/user/upgrade-2.0.x-2.0.y.rst b/docs/en/user/upgrade-2.0.x-2.0.y.rst index 6a0818b3..3391c2cd 100644 --- a/docs/en/user/upgrade-2.0.x-2.0.y.rst +++ b/docs/en/user/upgrade-2.0.x-2.0.y.rst | |||
@@ -8,6 +8,7 @@ The last release is published on https://www.wallabag.org/pages/download-wallaba | |||
8 | 8 | ||
9 | :: | 9 | :: |
10 | 10 | ||
11 | rm -rf var/cache/* | ||
11 | git fetch origin | 12 | git fetch origin |
12 | git fetch --tags | 13 | git fetch --tags |
13 | git checkout 2.0.8 | 14 | git checkout 2.0.8 |
diff --git a/docs/en/user/upgrade-2.0.x-2.1.y.rst b/docs/en/user/upgrade-2.0.x-2.1.y.rst index 63a77e7c..234045ba 100644 --- a/docs/en/user/upgrade-2.0.x-2.1.y.rst +++ b/docs/en/user/upgrade-2.0.x-2.1.y.rst | |||
@@ -11,6 +11,7 @@ The last release is published on https://www.wallabag.org/pages/download-wallaba | |||
11 | 11 | ||
12 | :: | 12 | :: |
13 | 13 | ||
14 | rm -rf var/cache/* | ||
14 | git fetch origin | 15 | git fetch origin |
15 | git fetch --tags | 16 | git fetch --tags |
16 | git checkout 2.1.0 | 17 | git checkout 2.1.0 |
diff --git a/docs/fr/user/installation.rst b/docs/fr/user/installation.rst index f9777890..bb4de534 100644 --- a/docs/fr/user/installation.rst +++ b/docs/fr/user/installation.rst | |||
@@ -53,6 +53,7 @@ Pour installer wallabag, vous devez exécuter ces commandes : | |||
53 | cd wallabag | 53 | cd wallabag |
54 | git checkout 2.1.0 | 54 | git checkout 2.1.0 |
55 | ASSETS=build ./install.sh | 55 | ASSETS=build ./install.sh |
56 | php bin/console wallabag:install --env=prod | ||
56 | 57 | ||
57 | Pour démarrer le serveur interne à php et vérifier que tout s'est installé correctement, vous pouvez exécuter : | 58 | Pour démarrer le serveur interne à php et vérifier que tout s'est installé correctement, vous pouvez exécuter : |
58 | 59 | ||
diff --git a/docs/fr/user/upgrade-2.0.x-2.0.y.rst b/docs/fr/user/upgrade-2.0.x-2.0.y.rst index d8dfac6e..8d8ad806 100644 --- a/docs/fr/user/upgrade-2.0.x-2.0.y.rst +++ b/docs/fr/user/upgrade-2.0.x-2.0.y.rst | |||
@@ -8,6 +8,7 @@ La dernière version de wallabag est publiée à cette adresse : https://www.wal | |||
8 | 8 | ||
9 | :: | 9 | :: |
10 | 10 | ||
11 | rm -rf var/cache/* | ||
11 | git fetch origin | 12 | git fetch origin |
12 | git fetch --tags | 13 | git fetch --tags |
13 | git checkout 2.0.8 | 14 | git checkout 2.0.8 |
diff --git a/docs/fr/user/upgrade-2.0.x-2.1.y.rst b/docs/fr/user/upgrade-2.0.x-2.1.y.rst index dc66682a..fdd1f0cb 100644 --- a/docs/fr/user/upgrade-2.0.x-2.1.y.rst +++ b/docs/fr/user/upgrade-2.0.x-2.1.y.rst | |||
@@ -11,6 +11,7 @@ La dernière version de wallabag est publiée à cette adresse : https://www.wal | |||
11 | 11 | ||
12 | :: | 12 | :: |
13 | 13 | ||
14 | rm -rf var/cache/* | ||
14 | git fetch origin | 15 | git fetch origin |
15 | git fetch --tags | 16 | git fetch --tags |
16 | git checkout 2.1.0 | 17 | git checkout 2.1.0 |