(Install a Docker version that is compatible with symlinks (>1.12.1 on Windows))
- Clone respository
- Add docker.local point to 127.0.0.1 in your hosts file
- Go to the docker folder in the repository and run docker-compose up -d
- Run docker exec -it web_server /bin/bash
- In the container run cd bin && composer install
- Open your browser and go to http://docker.local:8080/
#Install Magento with these settings:
- Database host: db_server
- Username: root
- No password
- DB Name: magento
- Check the first three checkboxes (enable charts, skip base URL verification, use webserver rewrite)