I am facing a problem similar to the one given below in the final step of confluence setup:
I am trying to change the permissions on the confluence home directory and install directory using the following commands:
chown -R confluence.confluence <confluence-install-folder>
chown -R confluence.confluence <confluence-home-folder>
chmod -R u=rwx,go-rwx <confluence-install-folder>
chmod -R u=rwx,go-rwx <confluence-home-folder>
But I am not able to do so. I am getting 'Permission denied' message everytime.
Do you realy run Confluence as a user called confluence.confluence, or are you trying to set the ownership and group to confluence and confluence?
If you are trying to set ownership and group, try confluence:confluence instead, not a . to separate them.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.