https://github.com/novactive/ddev-ibexa4-solr
Ibexa 4 Apache Solr installation for DDEV
https://github.com/novactive/ddev-ibexa4-solr
Last synced: 3 months ago
JSON representation
Ibexa 4 Apache Solr installation for DDEV
- Host: GitHub
- URL: https://github.com/novactive/ddev-ibexa4-solr
- Owner: Novactive
- License: apache-2.0
- Created: 2023-02-23T09:08:42.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-05T07:30:16.000Z (almost 3 years ago)
- Last Synced: 2024-12-31T19:34:02.039Z (about 1 year ago)
- Language: Shell
- Homepage:
- Size: 52.7 KB
- Stars: 0
- Watchers: 9
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## What is this?
This repository allows you to quickly install Apache Solr for Ibexa 4+ into a [Ddev](https://ddev.readthedocs.io) project using just `ddev get ddev/ddev-ibexa4-solr`.
It follows the [Ibexa 4.4 configuration](https://doc.ibexa.co/en/4.4/search/solr_search_engine) recipe.
## Installation on Ibexa 4.4
1. `ddev get ddev/ddev-ibexa4-solr && ddev restart`
1. `ddev restart`
## Configure your ibexa project
https://doc.ibexa.co/en/4.4/search/solr_search_engine/#step-1-configure-and-start-solr
## Alternate Core Name
If you want to use a core name other than the default "collection1", add a `.ddev/docker-compose.solr-env.yaml` with these contents, using the core name you want to use:
Special Mentions and Credits
----------------------------
- This ddev add-on is inspired by https://github.com/ddev/ddev-drupal9-solr