You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Copy `app/sprinkles/sprinkles.example.json` to `app/sprinkles/sprinkles.json`
7
+
1. Copy `app/sprinkles.example.json` to `app/sprinkles.json`
8
8
2. Run `chmod 777 app/{logs,cache,sessions}` to fix file permissions for web server. (NOTE: File
9
9
permissions should be properly secured in a production environment!)
10
-
or run `chown -R 33 app/` (Changes the user to the www-data user in of image, more information [here](https://serversforhackers.com/c/dckr-file-permissions) )
10
+
or run `sudo chown -R 33 app/` (Changes the user to the www-data user in of image, more information [here](https://serversforhackers.com/c/dckr-file-permissions) )
11
11
2. Run `sudo docker-compose run composer install` to install all composer modules.
12
12
3. Run `sudo docker-compose run node npm install` to install all npm modules.
0 commit comments