Skip to content

Commit 540f299

Browse files
authored
Update README.md
this closes #1
1 parent b9dfe76 commit 540f299

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -218,3 +218,13 @@ You can download the (free) community edition here [https://www.docker.com/commu
218218
[DigitalOcean](https://m.do.co/c/640e75c994b4) has been super reliable for us as a host and has a one-click deploy of a docker host.
219219

220220
Just click `CREATE DROPLET` and then under `Choose an Image` pick the `One-click Apps` (tab) and choose `Docker X.Y.Z on X.Y` and you're good to go; DO will spool up a droplet with `docker` and `docker-compose` already installed and ready to run.
221+
222+
## Troubleshooting
223+
224+
**nginx open logs/access.log failed no such file or directory**
225+
226+
submitted by @jeroenvdv
227+
228+
`myapp-nginx | nginx: [emerg] open() "/var/www/myapp/logs/access.log" failed (2: No such file or directory)`
229+
230+
This is caused by not installing CakePHP completely and can be fixed by creating the logs folder in your `myapp/cakephp` folder.

0 commit comments

Comments
 (0)