Skip to content

Instantly share code, notes, and snippets.

@michelve
Created March 24, 2017 20:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michelve/8b202f3f2521b7be9000832c12cb5a69 to your computer and use it in GitHub Desktop.
Save michelve/8b202f3f2521b7be9000832c12cb5a69 to your computer and use it in GitHub Desktop.
PilotKit Permissions
USER="$(whoami)"
sudo chown -R "${USER}":admin /Applications/PilotKit
sudo chmod 775 /Applications/PilotKit
sudo chmod 777 /Applications/PilotKit/core/setup.php
sudo chmod 777 /Applications/PilotKit/config.php
sudo chmod -R 777 /Applications/PilotKit/cache
sudo chmod -R 755 /Applications/PilotKit/Sites/htdocs
sudo chmod 777 /Applications/PilotKit/Sites/htdocs
sudo chmod 777 /Applications/PilotKit/install/lib/setup_server.php
sudo chmod -R 777 /Applications/PilotKit/core/shell/
sudo find /Applications/PilotKit/ -type f -exec chmod 664 {} \;
sudo find /Applications/PilotKit/ -type d -exec chmod 775 {} \;
sudo chmod 777 /Applications/PilotKit/PilotKit.app/
sudo chmod -R 777 /Applications/PilotKit/PilotKit.app/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment