You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,11 +10,11 @@ as a backend.
10
10
11
11
## What is this?
12
12
13
-
This repository allows you to quickly install Apache Solr for Drupal 9+ into a [Ddev](https://ddev.readthedocs.io) project using just `ddev get ddev/ddev-drupal9-solr`. It follows the [Setting up Solr (single core) - the classic way](https://git.drupalcode.org/project/search_api_solr/-/blob/4.x/README.md#setting-up-solr-single-core-the-classic-way) recipe.
13
+
This repository allows you to quickly install Apache Solr for Drupal 9+ into a [Ddev](https://ddev.readthedocs.io) project using just `ddev add-on get ddev/ddev-drupal-solr`. It follows the [Setting up Solr (single core) - the classic way](https://git.drupalcode.org/project/search_api_solr/-/blob/4.x/README.md#setting-up-solr-single-core-the-classic-way) recipe.
14
14
15
15
## Installation on Drupal 9+
16
16
17
-
1.`ddev get ddev/ddev-drupal9-solr && ddev restart`
17
+
1.`ddev add-on get ddev/ddev-drupal-solr && ddev restart`
18
18
2. You may need to install the relevant Drupal requirements: `ddev composer require drush/drush drupal/search_api_solr`
19
19
3. Enable the `search_api_solr` module either using the web interface or `ddev drush en -y search_api_solr`
20
20
4. Create a Search API server at `admin/config/search/search-api` -> "Add server"
0 commit comments