Create a symbolic lync to heydoc bash file
ln -s /Volumes/Code/easydock/bash/heydock /usr/local/bin/.
GO inside services folder and run
docker-compose up -d
- Copy One of the templates ( php or WordPress ) and paste it in apps folder
- Rename the folder to a name of your choice
- inside use the Codebase folder to clone you repo ( e.g. codebase/yourRepo )
- Update the .env file to meet the requirements of your app
( e.g. for wodPress)
CONTAINER_NAME=xxx
REPO_NAME=xxx
WP_ENV=development
HTTPS=true
NGINX_APP_ROOT=/var/www/html/xxxx
NGINX_INDEX_FILE=index.php
HOST_PORT=xxxx
VIRTUAL_HOST=xxxx.wpdev.com
DB_HOST=mariadb
DB_USER=root
DB_PASSWORD=root
DB_NAME=xxxxx