@@ -104,7 +104,7 @@ This install guide is based on the following DDEV [guide](https://ddev.readthedo
```ddev restart```
### 3. Install the MongoDB database with the replica set.
```ddev get drupal-daffie/ddev-mongo-replicaset```
```ddev add-on get drupal-daffie/ddev-mongo-replicaset```
```ddev restart```
...
...
@@ -134,7 +134,15 @@ On the database configuration page select **MongoDB**

## The CI Pipeline
All the Drupal Core tests are run in (Drupal on MongoDB (the full PR) (11.1.x))[https://www.drupal.org/project/drupal/issues/3503946] with the regular CI Pipeline.
## Development
Development is being done in (Drupal on MongoDB (the full PR))[https://www.drupal.org/project/drupal/issues/3403695].
Any help will be very much appreciated, only please do not change my personal MR. Copy my MR and create your own.
## Connect to MongoDB with [Mongo Express](https://github.com/mongo-express/mongo-express)