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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,14 @@
2
2
3
3
## Installation on Drupal 9
4
4
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`
9
9
* set "Solr host" to `solr`
10
10
* set "Solr core" name to "dev"
11
11
* Under "Advanced server configuration" set the "solr.install.dir" to `/opt/solr`
0 commit comments