Changes between Version 4 and Version 5 of Opal HowTo Install


Ignore:
Timestamp:
07/01/15 15:37:05 (9 years ago)
Author:
Richard Bramley
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Opal HowTo Install

    v4 v5  
    3333 -XX:-UseCompressedClassPointers:: Do not compress class pointers (because Opal creates too many classes?)
    3434
    35 == Permission Changes for wwwrun
     35== Running as wwwrun
    3636
    37 1. `setfacl -R -m u:wwwrun:rwx /local/opal-home` - unconfirmed
    38 1.
     37=== Permissions
    3938
     39The following permission changes should be used to make Opal run as wwwrun, but they don't work yet!
     40
     41{{{
     42find /local/opal-server -type d -exec setfacl -m d:u:wwwrun:rwx {} \;
     43find /local/opal-home -type d -exec setfacl -m d:u:wwwrun:rwx {} \;
     44find /local/opal-server -type d -exec setfacl -m u:wwwrun:rwx {} \;
     45find /local/opal-home -type d -exec setfacl -m u:wwwrun:rwx {} \;
     46}}}
     47
     48=== Starting Opal
     49
     50So this doesn't work either.
     51
     52{{{
     53sudo -u wwwrun /local/start_opal.sh
     54}}}
     55
     56''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.''
    4057[[BackLinks]]