From 4011cd1997008e81e9805a5e91716206ee71df8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juanjo=20L=C3=B3pez?= Date: Wed, 2 Oct 2024 16:02:40 +0200 Subject: [PATCH] Update README.md commands --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e0f56be..8956573 100644 --- a/README.md +++ b/README.md @@ -44,10 +44,17 @@ To transform a legacy project to Ddev Aljibe, the following steps must be follow 1. Clone the project without install it and remove all docker related files 2. Run basic ddev-config: - - `ddev config --auto` -3. Install Aljibe: - - `ddev get metadrop/ddev-aljibe` + + + ddev config --auto +4. Install Aljibe: + + + ddev get metadrop/ddev-aljibe 4. Run again ddev config, but this time go throught the assistant to set project type to Drupal, docroot folder, etc... + + + ddev config 5. Edit .ddev/config.yml to fine tune the environment. 6. Edit .ddev/aljibe.yml to set deault site name (the folder inside sites) and all themes to be transpiled 7. update .gitignore to look like [this](https://github.com/Metadrop/ddev-aljibe/blob/main/aljibe-kickstart/.gitignore).