File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ First, install [Docker Compose](https://docs.docker.com/compose/install/).
55Second, initialize a new UserFrosting project:
66
771 . Copy ` app/sprinkles/sprinkles.example.json ` to ` app/sprinkles/sprinkles.json `
8- 2 . Run ` chmod 777 app/{logs,cache,sessions} ` to fix file permissions for web server. (NOTE: File
8+ -- 2. Run ` chmod 777 app/{logs,cache,sessions} ` to fix file permissions for web server. (NOTE: File
99 permissions should be properly secured in a production environment!)
10- 2 . Run ` docker-compose run composer install ` to install all composer modules.
11- 3 . Run ` docker-compose run node npm install ` to install all npm modules.
10+ 2 . Run ` sudo docker-compose run composer install` to install all composer modules.
11+ 3 . Run ` sudo docker-compose run node npm install` to install all npm modules.
1212
1313Now you can start up the entire Nginx + PHP + MySQL stack using docker with:
1414
You can’t perform that action at this time.
0 commit comments