Created
September 12, 2019 03:53
-
-
Save thephucit/c1d680be87a538fd3caabfb10a657a89 to your computer and use it in GitHub Desktop.
setup permission octobercms on nginx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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