Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tenkoma/cakephp3-app-skeleton
https://github.com/tenkoma/cakephp3-app-skeleton
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tenkoma/cakephp3-app-skeleton
- Owner: tenkoma
- Created: 2019-01-12T07:35:32.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-11-06T09:25:51.000Z (about 3 years ago)
- Last Synced: 2024-05-28T06:58:09.980Z (6 months ago)
- Language: Dockerfile
- Size: 5.86 KB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# CakePHP3 Docker development environment
# Install
```console
$ git clone https://github.com/tenkoma/cakephp3-app-skeleton.git cake3app
$ cd cake3app
$ rm -rf .git
$ docker-compose run composer create-project --prefer-dist --no-interaction cakephp/app app
$ find ./app -not -name 'app' -maxdepth 1 -exec mv {} . \; && rmdir app
$ docker-compose up -d
```After that, access to http://localhost:8000 by the browser.