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
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,8 @@ For those looking to get started in `60 sec` using just the defaults (which are
54
54
cp docker/.env.sample docker/.env
55
55
rm cakephp-docker.zip
56
56
```
57
-
3. From commandline, `cd` into the `docker` directory and run `docker-compose up`
57
+
3. Move your cakephp app into the `cakephp` folder or if you're creating one from scratch skip to the next step
58
+
4. From commandline, `cd` into the `docker` directory and run `docker-compose up`
58
59
59
60
```bash
60
61
$ cd /path/to/somefolder/docker
@@ -76,7 +77,8 @@ For those looking to get started in `60 sec` using just the defaults (which are
76
77
myapp-mailhog | [APIv1] KEEPALIVE /api/v1/events
77
78
... you'll probably see more crap spit out here ...
78
79
```
79
-
5. That's it! Go to `localhost:8180` and your app will be live.
80
+
5. If you're creating a new cakephp app, follow the steps in [creating a CakePHP app](#creating-a-CakePHP-app)
81
+
6. That's it! Go to `localhost:8180` and your app will be live.
80
82
81
83
All these defaults can be completely overridden. Start with the [Installation](#installation) section to get a feel for what's going on, and then tweak the defaults to suit your individual project needs.
0 commit comments