Skip to content

Commit

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

0 comments on commit 4011cd1

Please sign in to comment.