Changes between Version 18 and Version 19 of Opal HowTo Install
- Timestamp:
- 08/11/15 09:32:03 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Opal HowTo Install
v18 v19 44 44 45 45 {{{ 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 50 47 }}} 51 48 52 49 === Starting Opal 53 50 54 So this doesn't work either.55 56 51 {{{ 57 sudo -u wwwrun /local/start_opal.sh52 sudo -u wwwrun /local/start_opal.sh 58 53 }}} 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.''61 54 62 55 [[ToDo]]: '''This needs to start on boot'''