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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ This repository allows you to quickly install Apache Solr for Drupal 9+ into a [
33
33
### Ddev / Solr configuration
34
34
35
35
1. Install this add-on: `ddev add-on get ddev/ddev-drupal-solr`
36
-
2. Set the version of Solr verison 7: Edit the `.ddev/docker-compose.solr.yaml` file. Replace `image: solr:8` with `image: solr:7` on line 34.
36
+
2. Set the version of Solr version 7: Edit the `.ddev/docker-compose.solr.yaml` file. Replace `image: solr:8` with `image: solr:7` on line 34.
37
37
3. Add the schema needed for version 7: Defaults can be found in the Search API Solr in the `search_api_solr/solr-conf/7.x` directory . Copy these files into `.ddev/solr/conf`.
38
38
4. Restart Ddev: `ddev restart`.
39
39
5. Confirm Solr is working by visiting `http://<projectname>.ddev.site:8983/solr/`.
0 commit comments