-
-
Notifications
You must be signed in to change notification settings - Fork 15
docs: add verbose instructions for Solr 7 and Drupal 7, fixes #44 #45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
82526c7
to
a18ffbe
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks so much for developing your expertise on this and contributing it back. I'm sorry I'm slow to respond, was hoping for another review, but this will be super helpful to people with just a little adjustment, mostly using docker-compose.solr_extra.yaml
instead of editing the original file.
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`. | ||
4. Restart Ddev: `ddev restart`. | ||
5. Confirm Solr is working by visiting `http://<projectname>.ddev.site:8983/solr/`. | ||
6. If the Ddev drush version is too new for Drupal 7, you may need to symlink `drush` to the `drush8` provided with Ddev. You can do this by adding a `post-start` hook inside your `.ddev/config.yaml` file as follows |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't really understand this. If a project is configured with project type drupal7
(or backdrop
I think) then drush
is already drush8
, so why would one need to do this? Using project type php
?
I'd like to get this in, so would love it if you could return to this @jenlampton , thanks! |
Co-authored-by: Randy Fay <[email protected]>
f7c321b
to
d207fd2
Compare
d207fd2
to
002be7f
Compare
Rebased. |
@jenlampton, README.md already has some mentions for |
The Issue
README only includes docs for Drupal 9+
How This PR Solves The Issue
Adds legacy instructions for Drupal 7
Manual Testing Instructions
Review https://github.com/jenlampton/ddev-drupal-solr/blob/44-drupal-docs/README.md
Automated Testing Overview
N/A
Related Issue Link(s)
#44 (comment)
Release/Deployment Notes
Nope :)