Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/psu-libraries/solr_export_config
A drupal module that will export solr configuration alongside drupal configuration
https://github.com/psu-libraries/solr_export_config
drupal module solr
Last synced: 13 days ago
JSON representation
A drupal module that will export solr configuration alongside drupal configuration
- Host: GitHub
- URL: https://github.com/psu-libraries/solr_export_config
- Owner: psu-libraries
- Created: 2024-03-19T01:21:22.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-19T01:28:31.000Z (8 months ago)
- Last Synced: 2024-10-12T01:22:11.586Z (about 1 month ago)
- Topics: drupal, module, solr
- Language: PHP
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Solr Export Config
A drupal module, that will export search_api_solr solr server configuration after each `drush config:export`
### Installation
Add the repository to composer config
```
composer config repositories.psu-libraries/solr_export_config github https://github.com/psu-libraries/solr_export_config
```Install the module
```
composer require psu-libraries/solr_export_config
```Enable the module
```
drush en solr_export_config
```Export config
```
drush config:export
```### configuration
basedir for storing solr server configuration. the solr configuration will end up in {{ solr_conf_dir }}/{{ solr_server_id }}```
solr_conf_dir: /var/www/html/solr/conf
```