Skip to content

Commit eb2f7f9

Browse files
committed
Update readme for move to ddev-drupal9-solr
1 parent 0bfc08d commit eb2f7f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
[![tests](https://github.com/rfay/solr/actions/workflows/tests.yml/badge.svg)](https://github.com/rfay/solr/actions/workflows/tests.yml)
1+
[![tests](https://github.com/drud/ddev-drupal9-solr/actions/workflows/tests.yml/badge.svg)](https://github.com/drud/ddev-drupal9-solr/actions/workflows/tests.yml)
22

33
## Installation on Drupal 9
44

5-
1.`ddev service get rfay/solr && ddev restart`
5+
1.`ddev service get drud/ddev-drupal9-solr && ddev restart`
66
2. You may need to install the relevant Drupal requirements: `ddev composer require drush/drush:* drupal/search_api_solr`
77
3. Enable the Search API Solr Search Defaults module: `ddev drush en -y search_api_solr_defaults`. (If it can't be enabled due to the "article" content type not existing, you can just create a search_api_solr server manually.)
88
4. Edit the enabled search_api server named `default_solr_server` at `admin/config/search/search-api/server/default_solr_server/edit`

0 commit comments

Comments
 (0)