Skip to content

Commit 3af6161

Browse files
committed
Minor readme update
1 parent 1b53504 commit 3af6161

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
## Installation on Drupal 9
44

5-
* `ddev service get rfay/solr && ddev restart`
6-
* You may need to install the relevant Drupal requirements: `ddev composer require drush/drush:* drupal/search_api_solr`
7-
* 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.)
8-
* Edit the enabled search_api server named `default_solr_server` at `admin/config/search/search-api/server/default_solr_server/edit`
5+
1.`ddev service get rfay/solr && ddev restart`
6+
2. You may need to install the relevant Drupal requirements: `ddev composer require drush/drush:* drupal/search_api_solr`
7+
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.)
8+
4. Edit the enabled search_api server named `default_solr_server` at `admin/config/search/search-api/server/default_solr_server/edit`
99
* set "Solr host" to `solr`
1010
* set "Solr core" name to "dev"
1111
* Under "Advanced server configuration" set the "solr.install.dir" to `/opt/solr`
12-
* `ddev restart`
12+
5. `ddev restart`
1313

1414
## Explanation
1515

0 commit comments

Comments
 (0)