From 56f9adc43154504d2057131280190ac80166be76 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Mon, 20 Mar 2017 15:11:50 +0100 Subject: [PATCH 1/3] Add Cloudron as installation method --- docs/en/user/installation.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/en/user/installation.rst b/docs/en/user/installation.rst index 2b730b837..6dea16917 100644 --- a/docs/en/user/installation.rst +++ b/docs/en/user/installation.rst @@ -104,6 +104,14 @@ Command to launch container docker pull wallabag/wallabag +Installation on Cloudron +~~~~~~~~~~~~~~~~~~~~~~~~ + +Cloudron provides an easy way to install webapps on your server with a focus on sysadmin automation and keeping apps updated. +Wallabag is packaged as a Cloudron app and available to install directly from the store. + +`Install Wallabag on your Cloudron `__ + Virtual hosts ------------- From 3ea184ffc07e8f6c7e5b3f0bbaddedf6e312f617 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Wed, 29 Mar 2017 12:31:52 +0200 Subject: [PATCH 2/3] Added :fr: and :it: translations for Cloudron --- docs/de/user/installation.rst | 8 ++++++++ docs/en/user/installation.rst | 16 ++++++++-------- docs/fr/user/installation.rst | 14 +++++++++++--- docs/it/user/installation.rst | 7 +++++++ 4 files changed, 34 insertions(+), 11 deletions(-) diff --git a/docs/de/user/installation.rst b/docs/de/user/installation.rst index 0de6b6de8..6dc4e6698 100644 --- a/docs/de/user/installation.rst +++ b/docs/de/user/installation.rst @@ -105,6 +105,14 @@ Kommando, um den Container zu starten docker pull wallabag/wallabag +Installation on Cloudron +~~~~~~~~~~~~~~~~~~~~~~~~ + +Cloudron provides an easy way to install webapps on your server with a focus on sysadmin automation and keeping apps updated. +wallabag is packaged as a Cloudron app and available to install directly from the store. + +`Install wallabag on your Cloudron `__ + Virtualhosts ------------ diff --git a/docs/en/user/installation.rst b/docs/en/user/installation.rst index 6dea16917..961e2e986 100644 --- a/docs/en/user/installation.rst +++ b/docs/en/user/installation.rst @@ -108,9 +108,9 @@ Installation on Cloudron ~~~~~~~~~~~~~~~~~~~~~~~~ Cloudron provides an easy way to install webapps on your server with a focus on sysadmin automation and keeping apps updated. -Wallabag is packaged as a Cloudron app and available to install directly from the store. +wallabag is packaged as a Cloudron app and available to install directly from the store. -`Install Wallabag on your Cloudron `__ +`Install wallabag on your Cloudron `__ Virtual hosts ------------- @@ -163,9 +163,9 @@ Assuming you install wallabag in the ``/var/www/wallabag`` folder and that you w ErrorLog /var/log/apache2/wallabag_error.log CustomLog /var/log/apache2/wallabag_access.log combined - - -.. tip:: Note for Apache 2.4, in the section `` you have to replace the directives : + + +.. tip:: Note for Apache 2.4, in the section `` you have to replace the directives : :: @@ -174,12 +174,12 @@ Assuming you install wallabag in the ``/var/www/wallabag`` folder and that you w Allow from All -by +by :: - + Require All granted - + After reloading or restarting Apache, you should now be able to access wallabag at http://domain.tld. diff --git a/docs/fr/user/installation.rst b/docs/fr/user/installation.rst index 5d29cb013..9d3c9d5e3 100644 --- a/docs/fr/user/installation.rst +++ b/docs/fr/user/installation.rst @@ -101,6 +101,14 @@ Commande pour démarrer le containeur docker pull wallabag/wallabag +Installation sur Cloudron +~~~~~~~~~~~~~~~~~~~~~~~~ + +Cloudron permet d'installer des applications web sur votre serveur +wallabag est proposé en tant qu'application Cloudron et est disponible directement depuis le store. + +`Installer wallabag sur Cloudron `__ + Virtual hosts ------------- @@ -162,12 +170,12 @@ En imaginant que vous vouliez installer wallabag dans le dossier ``/var/www/wall Allow from All -par +par :: - + Require All granted - + diff --git a/docs/it/user/installation.rst b/docs/it/user/installation.rst index a79a31d3a..8b54fe2c7 100644 --- a/docs/it/user/installation.rst +++ b/docs/it/user/installation.rst @@ -103,6 +103,13 @@ Comando per avviare il container docker pull wallabag/wallabag +Installazione su Cloudron +~~~~~~~~~~~~~~~~~~~~~~~~~ + +Cloudron fornisce un modo facile di installare webapps sul vostro server mirato ad automatizzare i compiti del sysadmin ed a mantenere le app aggiornate. +wallabag é pacchettizzata come app Cloudron ed é disponibile all'installazione direttamente dallo store. + +`Installa wallabag sul tuo Cloudron `__ Host virtuali ------------- From 106e0160f25a8fafa1f13c8fc5d96328f17cd1c0 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Wed, 29 Mar 2017 14:16:04 +0200 Subject: [PATCH 3/3] Added :de: translation for Cloudron --- docs/de/user/installation.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/de/user/installation.rst b/docs/de/user/installation.rst index 6dc4e6698..2e8d83432 100644 --- a/docs/de/user/installation.rst +++ b/docs/de/user/installation.rst @@ -105,13 +105,13 @@ Kommando, um den Container zu starten docker pull wallabag/wallabag -Installation on Cloudron +Cloudron Installation ~~~~~~~~~~~~~~~~~~~~~~~~ -Cloudron provides an easy way to install webapps on your server with a focus on sysadmin automation and keeping apps updated. -wallabag is packaged as a Cloudron app and available to install directly from the store. +Cloudron bietet einfache Webapp Installation auf deinem Server, mit Fokus auf System Administrator Automatisierung und Updates. +Ein Wallabag Paket ist direkt zur Installation durch den Cloudron Store verfügbar. -`Install wallabag on your Cloudron `__ +`Installiere wallabag auf deinem Cloudron `__ Virtualhosts ------------