-
Notifications
You must be signed in to change notification settings - Fork 233
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
drush command for posting solr schema #82
Comments
Sounds good to me. We don't quite have modern cli commands deployed yet, so a traditional Drush command would probably be best. |
any updates on this one ? |
PR over here: #99 |
Closing as stale. Please re-open if needed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is a Power Users thread for posting Solr schema upon multidev creation: https://groups.google.com/a/pantheon.io/forum/#!topic/power-users/sowAXap1bOk
While the "upon multidev creation" is likely out of the scope of this repo, the posting itself could be made more scriptable with a drush command.
I'm thinking of a command that could be invoked like
drush pantheon-apachesolr-post-schema --schema=sites/all/modules/contrib/apachesolr/solr-conf/solr-3.x/schema.xml
The drush piece would be relatively simple, just a wrapper around
pantheon_apachesolr_post_schema_exec()
@greg-1-anderson, can I get your thoughts before I proceed with writing the drush command?
The text was updated successfully, but these errors were encountered: