Skip to content

Instantly share code, notes, and snippets.

@thephucit
Created September 12, 2019 03:53
Show Gist options
  • Select an option

  • Save thephucit/c1d680be87a538fd3caabfb10a657a89 to your computer and use it in GitHub Desktop.

Select an option

Save thephucit/c1d680be87a538fd3caabfb10a657a89 to your computer and use it in GitHub Desktop.
setup permission octobercms on nginx
sudo mkdir storage/framework/cache &&
sudo mkdir storage/cms/combiner &&
sudo mkdir storage/cms/cache &&
sudo mkdir storage/cms/twig &&
sudo mkdir storage/framework/sessions &&
sudo mkdir storage/cms/cache &&
sudo mkdir storage/framework/views
sudo chmod -R 775 artisan &&
sudo chmod -R 775 index.php &&
sudo chmod -R 775 artisan &&
sudo chmod -R 777 vendor &&
sudo chmod -R 777 modules &&
sudo chmod -R 777 storage &&
sudo chmod -R 777 plugins &&
sudo chmod -R 777 themes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment