diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/de/user/installation.rst | 2 | ||||
-rw-r--r-- | docs/de/user/upgrade.rst | 6 | ||||
-rw-r--r-- | docs/en/user/installation.rst | 2 | ||||
-rw-r--r-- | docs/en/user/upgrade.rst | 10 | ||||
-rw-r--r-- | docs/fr/user/installation.rst | 2 | ||||
-rw-r--r-- | docs/fr/user/upgrade.rst | 8 |
6 files changed, 21 insertions, 9 deletions
diff --git a/docs/de/user/installation.rst b/docs/de/user/installation.rst index 1b6710b7..8f121087 100644 --- a/docs/de/user/installation.rst +++ b/docs/de/user/installation.rst | |||
@@ -86,6 +86,8 @@ Führe dieses Kommando aus, um das neueste Paket herunterzuladen und zu entpacke | |||
86 | 86 | ||
87 | wget http://wllbg.org/latest-v2-package && tar xvf latest-v2-package | 87 | wget http://wllbg.org/latest-v2-package && tar xvf latest-v2-package |
88 | 88 | ||
89 | (md5 hash: ``18aadd1003a08eb11f5341b9755029f8``) | ||
90 | |||
89 | Jetzt lese die Dokumentation, um einen Virtualhost zu erstellen, dann greife auf dein wallabag zu. | 91 | Jetzt lese die Dokumentation, um einen Virtualhost zu erstellen, dann greife auf dein wallabag zu. |
90 | Wenn du die Datenbankkonfiguration eingestellt hast, MySQL oder PostgreSQL zu nutzen, musst du einen Nutzer über das folgende Kommando erstellen ``php bin/console wallabag:install --env=prod``. | 92 | Wenn du die Datenbankkonfiguration eingestellt hast, MySQL oder PostgreSQL zu nutzen, musst du einen Nutzer über das folgende Kommando erstellen ``php bin/console wallabag:install --env=prod``. |
91 | 93 | ||
diff --git a/docs/de/user/upgrade.rst b/docs/de/user/upgrade.rst index 13e3104f..ac35f4a8 100644 --- a/docs/de/user/upgrade.rst +++ b/docs/de/user/upgrade.rst | |||
@@ -4,13 +4,13 @@ Wallabag updaten | |||
4 | Update auf einem dedizierten Webserver | 4 | Update auf einem dedizierten Webserver |
5 | -------------------------------------- | 5 | -------------------------------------- |
6 | 6 | ||
7 | Das 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.0.3`` mit der neuesten Releasenummer): | 7 | Das 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.0.7`` mit der neuesten Releasenummer): |
8 | 8 | ||
9 | :: | 9 | :: |
10 | 10 | ||
11 | git fetch origin | 11 | git fetch origin |
12 | git fetch --tags | 12 | git fetch --tags |
13 | git checkout 2.0.3 | 13 | git checkout 2.0.7 |
14 | SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist | 14 | SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist |
15 | php bin/console cache:clear --env=prod | 15 | php bin/console cache:clear --env=prod |
16 | 16 | ||
@@ -25,6 +25,8 @@ Lade das neueste Release von wallabag herunter: | |||
25 | 25 | ||
26 | wget http://wllbg.org/latest-v2-package && tar xvf latest-v2-package | 26 | wget http://wllbg.org/latest-v2-package && tar xvf latest-v2-package |
27 | 27 | ||
28 | (md5 hash: ``18aadd1003a08eb11f5341b9755029f8``) | ||
29 | |||
28 | Entpacke das Archiv in deinen wallabag Ordner und ersetze ``app/config/parameters.yml`` mit deiner Datei. | 30 | Entpacke das Archiv in deinen wallabag Ordner und ersetze ``app/config/parameters.yml`` mit deiner Datei. |
29 | 31 | ||
30 | Wenn du SQLite nutzt, musst auch das ``data/`` Verzeichnis in die neue Installation kopieren. | 32 | Wenn du SQLite nutzt, musst auch das ``data/`` Verzeichnis in die neue Installation kopieren. |
diff --git a/docs/en/user/installation.rst b/docs/en/user/installation.rst index 95df263a..a5b37327 100644 --- a/docs/en/user/installation.rst +++ b/docs/en/user/installation.rst | |||
@@ -85,6 +85,8 @@ Execute this command to download and extract the latest package: | |||
85 | 85 | ||
86 | wget http://wllbg.org/latest-v2-package && tar xvf latest-v2-package | 86 | wget http://wllbg.org/latest-v2-package && tar xvf latest-v2-package |
87 | 87 | ||
88 | (md5 hash of the package: ``18aadd1003a08eb11f5341b9755029f8``) | ||
89 | |||
88 | Now, read the following documentation to create your virtual host, then access your wallabag. | 90 | Now, read the following documentation to create your virtual host, then access your wallabag. |
89 | If you changed the database configuration to use MySQL or PostgreSQL, you need to create a user via this command ``php bin/console wallabag:install --env=prod``. | 91 | If you changed the database configuration to use MySQL or PostgreSQL, you need to create a user via this command ``php bin/console wallabag:install --env=prod``. |
90 | 92 | ||
diff --git a/docs/en/user/upgrade.rst b/docs/en/user/upgrade.rst index 7782dc8a..141b1511 100644 --- a/docs/en/user/upgrade.rst +++ b/docs/en/user/upgrade.rst | |||
@@ -4,27 +4,29 @@ Upgrade wallabag | |||
4 | Upgrade on a dedicated web server | 4 | Upgrade on a dedicated web server |
5 | --------------------------------- | 5 | --------------------------------- |
6 | 6 | ||
7 | The 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.0.3`` by the last release number): | 7 | The 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.0.7`` by the last release number): |
8 | 8 | ||
9 | :: | 9 | :: |
10 | 10 | ||
11 | git fetch origin | 11 | git fetch origin |
12 | git fetch --tags | 12 | git fetch --tags |
13 | git checkout 2.0.3 | 13 | git checkout 2.0.7 |
14 | SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist | 14 | SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist |
15 | php bin/console cache:clear --env=prod | 15 | php bin/console cache:clear --env=prod |
16 | 16 | ||
17 | Upgrade on a shared hosting | 17 | Upgrade on a shared hosting |
18 | --------------------------- | 18 | --------------------------- |
19 | 19 | ||
20 | Backup your ``app/config/parameters.yml`` file. | 20 | Backup your ``app/config/parameters.yml`` file. |
21 | 21 | ||
22 | Download the last release of wallabag: | 22 | Download the last release of wallabag: |
23 | 23 | ||
24 | .. code-block:: bash | 24 | .. code-block:: bash |
25 | 25 | ||
26 | wget http://wllbg.org/latest-v2-package && tar xvf latest-v2-package | 26 | wget http://wllbg.org/latest-v2-package && tar xvf latest-v2-package |
27 | 27 | ||
28 | (md5 hash of the package: ``18aadd1003a08eb11f5341b9755029f8``) | ||
29 | |||
28 | Extract the archive in your wallabag folder and replace ``app/config/parameters.yml`` with yours. | 30 | Extract the archive in your wallabag folder and replace ``app/config/parameters.yml`` with yours. |
29 | 31 | ||
30 | If you use SQLite, you must also copy your ``data/`` folder inside the new installation. | 32 | If you use SQLite, you must also copy your ``data/`` folder inside the new installation. |
diff --git a/docs/fr/user/installation.rst b/docs/fr/user/installation.rst index d46f79a4..f63f2b0a 100644 --- a/docs/fr/user/installation.rst +++ b/docs/fr/user/installation.rst | |||
@@ -82,6 +82,8 @@ Exécutez cette commande pour télécharger et décompresser l'archive : | |||
82 | 82 | ||
83 | wget http://wllbg.org/latest-v2-package && tar xvf latest-v2-package | 83 | wget http://wllbg.org/latest-v2-package && tar xvf latest-v2-package |
84 | 84 | ||
85 | (hash md5 de l'archive : ``18aadd1003a08eb11f5341b9755029f8``) | ||
86 | |||
85 | Maintenant, lisez la documentation ci-dessous pour crééer un virtual host. Accédez ensuite à votre installation de wallabag. | 87 | Maintenant, lisez la documentation ci-dessous pour crééer un virtual host. Accédez ensuite à votre installation de wallabag. |
86 | Si vous avez changé la configuration pour modifier le type de stockage (MySQL ou PostgreSQL), vous devrez vous créer un utilisateur via la commande ``php bin/console wallabag:install --env=prod``. | 88 | Si vous avez changé la configuration pour modifier le type de stockage (MySQL ou PostgreSQL), vous devrez vous créer un utilisateur via la commande ``php bin/console wallabag:install --env=prod``. |
87 | 89 | ||
diff --git a/docs/fr/user/upgrade.rst b/docs/fr/user/upgrade.rst index 84a1692d..c8689745 100644 --- a/docs/fr/user/upgrade.rst +++ b/docs/fr/user/upgrade.rst | |||
@@ -4,13 +4,13 @@ Mettre à jour wallabag | |||
4 | Mise à jour sur un serveur dédié | 4 | Mise à jour sur un serveur dédié |
5 | -------------------------------- | 5 | -------------------------------- |
6 | 6 | ||
7 | La 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.0.3`` par le numéro de la dernière version) : | 7 | La 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.0.7`` par le numéro de la dernière version) : |
8 | 8 | ||
9 | :: | 9 | :: |
10 | 10 | ||
11 | git fetch origin | 11 | git fetch origin |
12 | git fetch --tags | 12 | git fetch --tags |
13 | git checkout 2.0.3 | 13 | git checkout 2.0.7 |
14 | SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist | 14 | SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist |
15 | php bin/console cache:clear --env=prod | 15 | php bin/console cache:clear --env=prod |
16 | 16 | ||
@@ -19,12 +19,14 @@ Mise à jour sur un hébergement mutualisé | |||
19 | 19 | ||
20 | Effectuez une sauvegarde du fichier ``app/config/parameters.yml``. | 20 | Effectuez une sauvegarde du fichier ``app/config/parameters.yml``. |
21 | 21 | ||
22 | Téléchargez la dernière version de wallabag : | 22 | Téléchargez la dernière version de wallabag : |
23 | 23 | ||
24 | .. code-block:: bash | 24 | .. code-block:: bash |
25 | 25 | ||
26 | wget http://wllbg.org/latest-v2-package && tar xvf latest-v2-package | 26 | wget http://wllbg.org/latest-v2-package && tar xvf latest-v2-package |
27 | 27 | ||
28 | (hash md5 de l'archive : ``18aadd1003a08eb11f5341b9755029f8``) | ||
29 | |||
28 | Décompressez l'archive dans votre répertoire d'installation et remplacez le fichier ``app/config/parameters.yml`` avec le votre. | 30 | Décompressez l'archive dans votre répertoire d'installation et remplacez le fichier ``app/config/parameters.yml`` avec le votre. |
29 | 31 | ||
30 | Si vous utilisez SQLite, vous devez également conserver le contenu du répertoire ``data/``. | 32 | Si vous utilisez SQLite, vous devez également conserver le contenu du répertoire ``data/``. |