Skip to content

Commit

Permalink
HPC-9104: Install, enable and configure search api solr, add solr to …
Browse files Browse the repository at this point in the history
…local docksal stack, add search view and place search bar, create view modes for search results, WIP
  • Loading branch information
berliner committed Oct 17, 2023
1 parent 4eba527 commit 73678cb
Show file tree
Hide file tree
Showing 112 changed files with 43,251 additions and 165 deletions.
11 changes: 10 additions & 1 deletion .docksal/docksal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,13 @@ services:
ports:
- "8444:8442"
environment:
- ALLOWED_HOSTNAMES=docksal.site
- ALLOWED_HOSTNAMES=docksal.site

# Solr
solr:
image: arm64v8/solr:8
extends:
file: ${HOME}/.docksal/stacks/services.yml
service: solr
volumes:
- ${PROJECT_ROOT}/.docksal/etc/solr/solr811:/opt/solr/server/solr/configsets/solr811
2 changes: 2 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@
"drupal/rabbit_hole": "^1.0@beta",
"drupal/redirect": "^1.6",
"drupal/redis": "^1.5",
"drupal/search_api": "^1.29",
"drupal/search_api_solr": "^4.3",
"drupal/seckit": "^2.0",
"drupal/smugmug_api": "^2.0",
"drupal/social_auth_hid": "^3.2",
Expand Down
Loading

0 comments on commit 73678cb

Please sign in to comment.