Skip to content

Commit

Permalink
Update procedure in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay committed May 20, 2024
1 parent 6b19717 commit c9ce6e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# test-drupal11 for DDEV testing only:

- Clone this repo, which was created with the Drupal 11 quickstart
- To update the repo: `ddev composer update --with-all-dependencies && ddev composer require drush/drush`
- `git add -u` and `git add .`
- `ddev config --auto`
- To update the repo: `ddev composer update --with-all-dependencies && ddev composer require drush/drush`
- `ddev config --update`
- `git add -u` and `git add *`
- `ddev drush si -y demo_umami --account-pass=admin`
- Log in and edit the content "Super easy vegetarian pasta bake" (https://test-drupal11.ddev.site/en/node/3/edit) to change the title to "Super easy vegetarian pasta bake TEST PROJECT".
- `ddev export-db --file=.tarballs/db.sql --gzip=false`
Expand All @@ -13,4 +14,3 @@
- Run `git push`, create a new release adding `.tarballs/db.sql.tar.gz` and `.tarballs/files.tgz` as assets
- Update the URLs in `ddev/ddev` ddevapp_test.go for the new release
- Rerun the tests for Drupal11 with `GOTEST_SHORT=18 make testpkg TESTARGS="-run TestDdevFullSiteSetup"`

0 comments on commit c9ce6e7

Please sign in to comment.