aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/en/user
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2017-03-29 12:31:52 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2017-03-29 12:31:52 +0200
commit3ea184ffc07e8f6c7e5b3f0bbaddedf6e312f617 (patch)
treea35fd57b902121a88df9eee2e2bad378af2d4ef8 /docs/en/user
parent56f9adc43154504d2057131280190ac80166be76 (diff)
downloadwallabag-3ea184ffc07e8f6c7e5b3f0bbaddedf6e312f617.tar.gz
wallabag-3ea184ffc07e8f6c7e5b3f0bbaddedf6e312f617.tar.zst
wallabag-3ea184ffc07e8f6c7e5b3f0bbaddedf6e312f617.zip
Added :fr: and :it: translations for Cloudron
Diffstat (limited to 'docs/en/user')
-rw-r--r--docs/en/user/installation.rst16
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/en/user/installation.rst b/docs/en/user/installation.rst
index 6dea1691..961e2e98 100644
--- a/docs/en/user/installation.rst
+++ b/docs/en/user/installation.rst
@@ -108,9 +108,9 @@ Installation on Cloudron
108~~~~~~~~~~~~~~~~~~~~~~~~ 108~~~~~~~~~~~~~~~~~~~~~~~~
109 109
110Cloudron provides an easy way to install webapps on your server with a focus on sysadmin automation and keeping apps updated. 110Cloudron provides an easy way to install webapps on your server with a focus on sysadmin automation and keeping apps updated.
111Wallabag is packaged as a Cloudron app and available to install directly from the store. 111wallabag is packaged as a Cloudron app and available to install directly from the store.
112 112
113`Install Wallabag on your Cloudron <https://cloudron.io/store/org.wallabag.cloudronapp.html>`__ 113`Install wallabag on your Cloudron <https://cloudron.io/store/org.wallabag.cloudronapp.html>`__
114 114
115Virtual hosts 115Virtual hosts
116------------- 116-------------
@@ -163,9 +163,9 @@ Assuming you install wallabag in the ``/var/www/wallabag`` folder and that you w
163 ErrorLog /var/log/apache2/wallabag_error.log 163 ErrorLog /var/log/apache2/wallabag_error.log
164 CustomLog /var/log/apache2/wallabag_access.log combined 164 CustomLog /var/log/apache2/wallabag_access.log combined
165 </VirtualHost> 165 </VirtualHost>
166 166
167 167
168.. tip:: Note for Apache 2.4, in the section `<Directory /var/www/wallabag/web>` you have to replace the directives : 168.. tip:: Note for Apache 2.4, in the section `<Directory /var/www/wallabag/web>` you have to replace the directives :
169 169
170:: 170::
171 171
@@ -174,12 +174,12 @@ Assuming you install wallabag in the ``/var/www/wallabag`` folder and that you w
174 Allow from All 174 Allow from All
175 175
176 176
177by 177by
178 178
179:: 179::
180 180
181 Require All granted 181 Require All granted
182 182
183 183
184After reloading or restarting Apache, you should now be able to access wallabag at http://domain.tld. 184After reloading or restarting Apache, you should now be able to access wallabag at http://domain.tld.
185 185