/vvv-solr-utilities

Utility to install Solr (and Java) as part of provisioning in Varying Vagrant Vagrants

Primary LanguageShellMIT LicenseMIT

VVV Solr Utilities

Utility to install Solr (and Java) as part of provisioning in VVV.

How To Use

Extend your vvv-custom.yml like this:

utilities:
  solr:
    - java9
    - solr71

utility-sources:
  solr: https://github.com/ocean90/vvv-solr-utilities.git

For more see the official VVV documentation on utilities.

Supported Versions

Java

  • java8
  • java9

Solr

  • solr66
  • solr71