Follow this link for setup your environnement and project
You can download and install Docker and Docker-compose depending on your platform :
Install TaskFile:
sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d
## For MacOS only
brew install go-task/tap/go-task
For more info about TaskFile, visit: https://taskfile.dev/#/installation
You can install project using docker compose commands build, up.
or by just running the following task command:
task install
## list all tasks
task
If all your containers are up and running with(docker compose ps
). You should add a local.api-suzuki-care.fr
to your /etc/hosts
# /etc/hosts
127.0.0.1 local.project.fr
::1 local.project.fr
- Website: https://local.lp-syneido.fr
Follow this link