-
-
Notifications
You must be signed in to change notification settings - Fork 227
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
Permissions #296
Permissions #296
Conversation
closes TryGhost#290 - change ownership of content and versions directory only - don’t add current user to ghost group
- change ownership of the content folder only - symlink casper to the current installation - remove casper update completely as it will always point to the relevant version
- now with 100% less linting errors
lib/commands/install.js
Outdated
}, { | ||
title: 'Summoning Casper', | ||
task: this.casper | ||
}], false, {concurrent: false}) |
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
- `concurrent: false` is default
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
works!
no issue - with the permissions change in TryGhost#296, the ownership of the ghost directory was changed. Because of this we need to sudo remove the directory on uninstall
no issue - with the permissions change in TryGhost#296, the ownership of the ghost directory was changed. Because of this we need to sudo remove the directory on uninstall
no issue - with the permissions change in TryGhost#296, the ownership of the ghost directory was changed. Because of this we need to sudo remove the directory on uninstall
no issue - with the permissions change in #296, the ownership of the ghost directory was changed. Because of this we need to sudo remove the directory on uninstall
This still creates the same problem I had before, only for the /content/ directory, rather than the whole folder. The content dir still has drwxr-xr-x permissions, meaning my admin user cannot write to the files inside, and I therefore cannot import images or read the logs. The message also reads "changing permissions" still, I think it should be "changing ownership" because permissions are not being changed. |
closes #290