]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - docs/en/user/installation.rst
Merge pull request #3000 from cloudron-io/master
[github/wallabag/wallabag.git] / docs / en / user / installation.rst
index 2b730b8376d7ec2e1d8560830aa11a93b7d7f0b8..81c563f0a2accd84e291afd49d93b40d23d8dec5 100644 (file)
@@ -4,7 +4,7 @@ Install wallabag
 Requirements
 ------------
 
-wallabag is compatible with PHP >= 5.5, including PHP 7.
+wallabag is compatible with **PHP >= 5.6**, including PHP 7.
 
 .. note::
 
@@ -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 <https://cloudron.io/store/org.wallabag.cloudronapp.html>`__
+
 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
         CustomLog /var/log/apache2/wallabag_access.log combined
     </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
 
 
-by 
+by
 
 ::
-    
+
     Require All granted
-    
+
 
 After reloading or restarting Apache, you should now be able to access wallabag at http://domain.tld.