File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ This project has been forked from [cnizzardini/cakephp-docker](https://github.co
2121| MySQL 8 | localhost:3607 | db | [ library/mysql:8] ( https://hub.docker.com/_/mysql ) |
2222
2323- [ Installation] ( #installation )
24+ - [ Mac OS Notes] ( #mac-notes )
2425- [ Usage] ( #usage )
2526 - [ PHP] ( #php )
2627 - [ MySQL] ( #mysql )
@@ -40,6 +41,18 @@ That's it! Now just remove `app/*` from [.gitignore](.gitignore). You may also w
4041
4142> Note: ` make init ` and ` make init.nocache ` output interactively, while ` make start ` and ` make up ` do not.
4243
44+ ## Mac Notes
45+
46+ 1 . Change your ` SHELL ` in the Makefile to ` /bin/zsh ` . This improves various output from the Makefile such as emoji's.
47+
48+ 3 . Mac ships with an older version of ` sed ` so install ` gnu-sed ` for some targets in the Makefile:
49+
50+ ``` console
51+ brew install gnu-sed
52+ ```
53+
54+ Then update ` sed ` to ` gsed ` in the Makefile.
55+
4356## Usage
4457
4558After install browse to [ http://localhost:8080 ] ( http://localhost:8080 ) to see the CakePHP welcome page.
You can’t perform that action at this time.
0 commit comments