[Pkg-owncloud-commits] [owncloud-doc] 52/71: add themes dir to http-user list

David Prévot taffit at moszumanska.debian.org
Sun May 31 01:58:41 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud-doc.

commit 01872111963ba658380e3027680fda83e8dfa647
Author: Carla Schroder <carla at owncloud.com>
Date:   Wed May 6 12:40:51 2015 -0700

    add themes dir to http-user list
---
 admin_manual/installation/installation_wizard.rst | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/admin_manual/installation/installation_wizard.rst b/admin_manual/installation/installation_wizard.rst
index 289eb63..876f519 100644
--- a/admin_manual/installation/installation_wizard.rst
+++ b/admin_manual/installation/installation_wizard.rst
@@ -124,6 +124,7 @@ directory, and replace the ``htuser`` variable with your own HTTP user::
  chown -R ${htuser}:${htuser} ${ocpath}/apps/
  chown -R ${htuser}:${htuser} ${ocpath}/config/
  chown -R ${htuser}:${htuser} ${ocpath}/data/
+ chown -R ${htuser}:${htuser} ${ocpath}/themes/
 
  chown root:${htuser} ${ocpath}/.htaccess
  chown root:${htuser} ${ocpath}/data/.htaccess
@@ -145,6 +146,7 @@ and files:
 * The :file:`/` directory should be owned by ``root:[HTTP user]``
 * The :file:`apps/` directory should be owned by ``[HTTP user]:[HTTP user]``
 * The :file:`config/` directory should be owned by ``[HTTP user]:[HTTP user]``
+* The :file:`themes/` directory should be owned by ``[HTTP user]:[HTTP user]``
 * The :file:`data/` directory should be owned by ``[HTTP user]:[HTTP user]``
 * The :file:`[ocpath]/.htaccess` file should be owned by ``root:[HTTP user]``
 * The :file:`data/.htaccess` file should be owned by ``root:[HTTP user]``

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-doc.git



More information about the Pkg-owncloud-commits mailing list