| 39 | The following permission changes should be used to make Opal run as wwwrun, but they don't work yet! |
| 40 | |
| 41 | {{{ |
| 42 | find /local/opal-server -type d -exec setfacl -m d:u:wwwrun:rwx {} \; |
| 43 | find /local/opal-home -type d -exec setfacl -m d:u:wwwrun:rwx {} \; |
| 44 | find /local/opal-server -type d -exec setfacl -m u:wwwrun:rwx {} \; |
| 45 | find /local/opal-home -type d -exec setfacl -m u:wwwrun:rwx {} \; |
| 46 | }}} |
| 47 | |
| 48 | === Starting Opal |
| 49 | |
| 50 | So this doesn't work either. |
| 51 | |
| 52 | {{{ |
| 53 | sudo -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.'' |