Skip to content
Snippets Groups Projects
Commit 192f1f35 authored by danielspeicher's avatar danielspeicher
Browse files

#9

parent ee823f44
No related branches found
No related tags found
No related merge requests found
Pipeline #33647 passed
......@@ -11,13 +11,13 @@ This composer plugin prepares your local development environment for Docker usin
## Requirements
This plugin is best used inside of [L3D](https://gitlab.lakedrops.com/docker/l3d) where no further requirements need to be met.
This plugin is best used inside of [L3D](/docker/l3d) where no further requirements need to be met.
## Installation in your Drupal project
This is a composer plugin. It can be used both in composer based Drupal installations and also vanilla Drupal without composer.
If you're using the latest version of either [D8 Project Template](https://gitlab.lakedrops.com/composer/project/drupal-8) or [D9 Project Template](https://gitlab.lakedrops.com/composer/project/drupal-9), this docker4drupal plugin will be installed automatically as a dependency of the [Drupal Development Environment](https://gitlab.lakedrops.com/composer/drupal-development-environment).
If you're using the latest version of either [D8 Project Template](/composer/project/d8) or [D9 Project Template](/composer/project/d9), this docker4drupal plugin will be installed automatically as a dependency of the [Drupal Development Environment](/composer/plugin/drupal-dev-environment).
In all other cases, simply install it by typing
......@@ -31,7 +31,7 @@ This will install and configure all required files so that you can launch your D
- Create and configure **settings.docker.php** in your settings directory
- Modify your **settings.php** to load **settings.docker.php** if available
- Create Drush settings, aliases and shell-aliases in a `drush` subdirectory of the current directory
- Configure and (re)start a single Docker [Traefik](https://docs.traefik.io) service in the `~/.traefik` directory which serves as a proxy for any number of parallel running Docker4Drupal projects. This service is provided by the [LakeDrops Traefik Library](https://gitlab.lakedrops.com/composer/library/docker-traefik).
- Configure and (re)start a single Docker [Traefik](https://docs.traefik.io) service in the `~/.traefik` directory which serves as a proxy for any number of parallel running Docker4Drupal projects. This service is provided by the [LakeDrops Traefik Library](/composer/library/traefik).
- Add those new files to **.gitignore** as you usually don't want them to be committed
### Installation in a vanilla Drupal project
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment