Skip to content

Installation

Eduard Grünwald edited this page Jun 2, 2018 · 5 revisions

Duplicate the repo

Folllow that guide.

.env

Copy the .env.dist to .env, enter project name and path into .env.

PHP-FPM

You can disable xdebug, pull request for missing configuration.

xdebug host address

To get your host adress you need your DockerNat IPv4. You can get like ipconfig under windows.

Renaming stuff

Rename the service names PROJECTNAME to your project. See Best practice

Update README.md

To replace the default text.

Best practice

This a just suggestions.

Renaming stuff

Rename the service names PROJECTNAME to your project repo name.

Naming of repo

Name your docker part like Docker-PROJECTNAME, with PROJECTNAME as your project repo name.

Clone this wiki locally