From 484b99f70ba8453ebb990badf02191e028fa4c72 Mon Sep 17 00:00:00 2001 From: Lari Tikkanen Date: Thu, 8 Dec 2016 16:39:24 +0200 Subject: [PATCH] Update directory permissions Fixes #255 Signed-off-by: Lari Tikkanen --- admin_manual/installation/installation_wizard.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/admin_manual/installation/installation_wizard.rst b/admin_manual/installation/installation_wizard.rst index 6543e2ec1..4872e14d3 100644 --- a/admin_manual/installation/installation_wizard.rst +++ b/admin_manual/installation/installation_wizard.rst @@ -152,7 +152,6 @@ replace the ``htuser`` and ``htgroup`` variables with your HTTP user and group:: printf "Creating possible missing Directories\n" mkdir -p $ocpath/data - mkdir -p $ocpath/assets mkdir -p $ocpath/updater printf "chmod Files and Directories\n" @@ -162,7 +161,6 @@ replace the ``htuser`` and ``htgroup`` variables with your HTTP user and group:: printf "chown Directories\n" chown -R ${rootuser}:${htgroup} ${ocpath}/ chown -R ${htuser}:${htgroup} ${ocpath}/apps/ - chown -R ${htuser}:${htgroup} ${ocpath}/assets/ chown -R ${htuser}:${htgroup} ${ocpath}/config/ chown -R ${htuser}:${htgroup} ${ocpath}/data/ chown -R ${htuser}:${htgroup} ${ocpath}/themes/ @@ -196,7 +194,6 @@ and files: * The :file:`apps/` directory should be owned by ``[HTTP user]:[HTTP group]`` * The :file:`config/` directory should be owned by ``[HTTP user]:[HTTP group]`` * The :file:`themes/` directory should be owned by ``[HTTP user]:[HTTP group]`` -* The :file:`assets/` directory should be owned by ``[HTTP user]:[HTTP group]`` * The :file:`data/` directory should be owned by ``[HTTP user]:[HTTP group]`` * The :file:`[ocpath]/.htaccess` file should be owned by ``root:[HTTP group]`` * The :file:`data/.htaccess` file should be owned by ``root:[HTTP group]``