mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-04 06:46:29 +00:00
Merge pull request #3000 from cloudron-io/master
Add Cloudron as installation method
This commit is contained in:
commit
6f296a789c
4 changed files with 40 additions and 9 deletions
|
@ -105,6 +105,14 @@ Kommando, um den Container zu starten
|
||||||
|
|
||||||
docker pull wallabag/wallabag
|
docker pull wallabag/wallabag
|
||||||
|
|
||||||
|
Cloudron Installation
|
||||||
|
~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
`Installiere wallabag auf deinem Cloudron <https://cloudron.io/store/org.wallabag.cloudronapp.html>`__
|
||||||
|
|
||||||
Virtualhosts
|
Virtualhosts
|
||||||
------------
|
------------
|
||||||
|
|
||||||
|
|
|
@ -104,6 +104,14 @@ Command to launch container
|
||||||
|
|
||||||
docker pull wallabag/wallabag
|
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 <https://cloudron.io/store/org.wallabag.cloudronapp.html>`__
|
||||||
|
|
||||||
Virtual hosts
|
Virtual hosts
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
|
@ -155,9 +163,9 @@ Assuming you install wallabag in the ``/var/www/wallabag`` folder and that you w
|
||||||
ErrorLog /var/log/apache2/wallabag_error.log
|
ErrorLog /var/log/apache2/wallabag_error.log
|
||||||
CustomLog /var/log/apache2/wallabag_access.log combined
|
CustomLog /var/log/apache2/wallabag_access.log combined
|
||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
|
|
||||||
|
|
||||||
.. tip:: Note for Apache 2.4, in the section `<Directory /var/www/wallabag/web>` you have to replace the directives :
|
.. tip:: Note for Apache 2.4, in the section `<Directory /var/www/wallabag/web>` you have to replace the directives :
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
|
@ -166,12 +174,12 @@ Assuming you install wallabag in the ``/var/www/wallabag`` folder and that you w
|
||||||
Allow from All
|
Allow from All
|
||||||
|
|
||||||
|
|
||||||
by
|
by
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
Require All granted
|
Require All granted
|
||||||
|
|
||||||
|
|
||||||
After reloading or restarting Apache, you should now be able to access wallabag at http://domain.tld.
|
After reloading or restarting Apache, you should now be able to access wallabag at http://domain.tld.
|
||||||
|
|
||||||
|
|
|
@ -101,6 +101,14 @@ Commande pour démarrer le containeur
|
||||||
|
|
||||||
docker pull wallabag/wallabag
|
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 <https://cloudron.io/store/org.wallabag.cloudronapp.html>`__
|
||||||
|
|
||||||
Virtual hosts
|
Virtual hosts
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
|
@ -162,12 +170,12 @@ En imaginant que vous vouliez installer wallabag dans le dossier ``/var/www/wall
|
||||||
Allow from All
|
Allow from All
|
||||||
|
|
||||||
|
|
||||||
par
|
par
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
Require All granted
|
Require All granted
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -103,6 +103,13 @@ Comando per avviare il container
|
||||||
|
|
||||||
docker pull wallabag/wallabag
|
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 <https://cloudron.io/store/org.wallabag.cloudronapp.html>`__
|
||||||
|
|
||||||
Host virtuali
|
Host virtuali
|
||||||
-------------
|
-------------
|
||||||
|
|
Loading…
Reference in a new issue