Skip to content

Commit 07539ce

Browse files
committed
(doc) explains steps for new cakephp apps better
1 parent 5a2a954 commit 07539ce

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ For those looking to get started in `60 sec` using just the defaults (which are
5454
cp docker/.env.sample docker/.env
5555
rm cakephp-docker.zip
5656
```
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`
5859

5960
```bash
6061
$ cd /path/to/somefolder/docker
@@ -76,7 +77,8 @@ For those looking to get started in `60 sec` using just the defaults (which are
7677
myapp-mailhog | [APIv1] KEEPALIVE /api/v1/events
7778
... you'll probably see more crap spit out here ...
7879
```
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.
8082

8183
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.
8284

0 commit comments

Comments
 (0)