Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
juanjol authored Oct 2, 2024
1 parent 4011cd1 commit c1f5611
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down Expand Up @@ -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.
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.

0 comments on commit c1f5611

Please sign in to comment.