From c1f561155553f3107112238d4ab43c0e9b0d8ef1 Mon Sep 17 00:00:00 2001 From: Juanjo Date: Wed, 2 Oct 2024 16:04:12 +0200 Subject: [PATCH] Update README.md --- README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 8956573..176a204 100644 --- a/README.md +++ b/README.md @@ -45,16 +45,14 @@ 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 + ddev config --auto + 4. Install Aljibe: - - ddev get metadrop/ddev-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 + 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). @@ -143,4 +141,4 @@ xdebug.profiler_output_name=trace.%c%p%r%u.out ``` -Review the php info (/admin/reports/status/php) page to review that the xdebug variables are setup properly after run ddev xdebug on, restart the project if necessary. \ No newline at end of file +Review the php info (/admin/reports/status/php) page to review that the xdebug variables are setup properly after run ddev xdebug on, restart the project if necessary.