Install Docker
Install docker-compose
Install Docker for Mac : https://store.docker.com/editions/community/docker-ce-desktop-mac
Use command to install docker sync :
./docker.sh install_dockersync
##On mac install docker-sync :
chmod a+x docker.sh && ./docker.sh install
##Set configuration parameter of your project : Update file env-conf and replace default by your application name and list plugins you want to use like :
APPLICATION_NAME=my_application
PLUGINS=mailcatcher/elk
##Execute init script :
chmod a+x docker.sh && ./docker.sh init
Copy your project in app folder
Check nginx config in docker/app/conf/site-available
Add in your hosts file:
127.0.0.1 local.default.fr
Run the docker stack:
./docker.sh start
./docker.sh bash
./docker.sh xdebug enable
./docker.sh xdebug enable
./docker.sh xdebug enable