- docker
- docker-compose
- Clone the repository
- Run
make install
- Run
make start
- Run
make cms_dev
N.B. if you are a MAC M1 user, you have to create this file in the root of the project.
docker-compose.override.yaml
version: "3.9"
services:
postgres_db:
platform: linux/amd64