Skip to content
Snippets Groups Projects
Commit 29a313fa authored by daffie's avatar daffie
Browse files

Issue #3498535: Update the readme file for drupal 11.1.1

parent f5b09391
No related branches found
No related tags found
1 merge request!35Updated the readme file for Drupal 11.1.1
Pipeline #390974 failed
......@@ -83,7 +83,7 @@ When entity instances are revisionable, translatable and/or have field data atta
## Install Drupal on MongoDB (for Drupal Core [11.0.5](https://www.drupal.org/project/drupal/releases/11.0.5))
## Install Drupal on MongoDB (for Drupal Core [11.1.1](https://www.drupal.org/project/drupal/releases/11.1.1))
This install guide uses the DDEV development environment.
......@@ -97,7 +97,7 @@ This install guide is based on the following DDEV [guide](https://ddev.readthedo
```ddev start```
```ddev composer create drupal/recommended-project:11.0.5```
```ddev composer create drupal/recommended-project:11.1.1```
```ddev config --update```
......@@ -110,12 +110,12 @@ This install guide is based on the following DDEV [guide](https://ddev.readthedo
### 4. Add the MongoDB database driver module to the project
```ddev composer require drupal/mongodb:3.0.0-alpha2```
```ddev composer require drupal/mongodb:3.0.0-alpha5```
### 5. Drupal Core needs to be patched to make it all work.
```cd web```
```git apply -v modules/contrib/mongodb/patches/drupal-core-11.0.5.patch```
```git apply -v modules/contrib/mongodb/patches/drupal-core-11.1.1.patch```
```cd ..```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment