Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/naoyamiyagawa/cake4-practice
cake4 on docker
https://github.com/naoyamiyagawa/cake4-practice
Last synced: 20 days ago
JSON representation
cake4 on docker
- Host: GitHub
- URL: https://github.com/naoyamiyagawa/cake4-practice
- Owner: NaoyaMiyagawa
- Created: 2020-07-01T13:40:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-14T05:31:50.000Z (almost 2 years ago)
- Last Synced: 2024-10-15T02:39:49.728Z (about 1 month ago)
- Language: PHP
- Size: 348 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cake4-practice
## Environment
- web
- PHP 7.4
- CakePHP 4
- Apache
- db
- PostgreSQL## Setup Environment
```bash
git clone [email protected]:NaoyaMiyagawa/cake4-practice.git
cd cake4-practicecp .env.sample .env
vim .envdocker-compose up -d --build
```