Changes between Version 18 and Version 19 of Opal HowTo Install


Ignore:
Timestamp:
08/11/15 09:32:03 (9 years ago)
Author:
Richard Bramley
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Opal HowTo Install

    v18 v19  
    4444
    4545{{{
    46 find /local/opal-server -type d -exec setfacl -m d:u:wwwrun:rwx {} \;
    47 find /local/opal-home -type d -exec setfacl -m d:u:wwwrun:rwx {} \;
    48 find /local/opal-server -type d -exec setfacl -m u:wwwrun:rwx {} \;
    49 find /local/opal-home -type d -exec setfacl -m u:wwwrun:rwx {} \;
     46    setfacl -R -m u:wwwrun:rwx /local/opal-home
    5047}}}
    5148
    5249=== Starting Opal
    5350
    54 So this doesn't work either.
    55 
    5651{{{
    57 sudo -u wwwrun /local/start_opal.sh
     52    sudo -u wwwrun /local/start_opal.sh
    5853}}}
    59 
    60 ''Olly says in his documentation that you shoudl be able to start Opal bin running opal-server/bin/opal start.  I need to check this oout when it's running properly.''
    6154
    6255[[ToDo]]: '''This needs to start on boot'''