Update installation_wizard.rst

This commit is contained in:
Carla Schroder 2016-04-19 08:11:23 -07:00
parent a22daf4035
commit 95bb86165d

View File

@ -154,6 +154,7 @@ 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"
find ${ocpath}/ -type f -print0 | xargs -0 chmod 0640
@ -162,10 +163,11 @@ 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/
chown -R ${htuser}:${htgroup} ${ocpath}/assets/
chown -R ${htuser}:${htgroup} ${ocpath}/updater/
chmod +x ${ocpath}/occ