Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use correct apache user #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

aquavitae
Copy link

Set permissions to www-data user rather than root so that drupal has access to the sites folder. Without this is impossible to install modules via the web UI.

Set permissions to www-data user rather than root so that drupal has access to the sites folder.  Without this is impossible to install modules via the web UI.
@gabeos
Copy link
Owner

gabeos commented Jun 3, 2015

Thanks for the PR! However, I believe that the current settings are in line with official recommendations:
https://www.drupal.org/node/244924
However, you're right that it should not set permissions to production until the site is installed, which it currently does.
Try commenting out this line for now, which should let you install, then restart the container to set permissions to production settings.
https://github.com/gabeos/docker-openatrium/blob/master/assets/init.sh#L234

@aquavitae
Copy link
Author

I didn't know about. Makes sense though.
On 3 Jun 2015 20:28, "gabeos" notifications@github.com wrote:

Thanks for the PR! However, I believe that the current settings are in
line with official recommendations:
https://www.drupal.org/node/244924
However, you're right that it should not set permissions to production
until the site is installed, which it currently does.
Try commenting out this line for now, which should let you install, then
restart the container to set permissions to production settings.
https://github.com/gabeos/docker-openatrium/blob/master/assets/init.sh#L234


Reply to this email directly or view it on GitHub
#1 (comment)
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants