Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 734 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 734 Bytes

Devbox plugin to run Solr

Test the debox solr plugin

A devbox plugin to run apache solr.

This plugin sets the following environment variables:

  • SOLR_LOGS_DIR ${DEVBOX_PROJECT_ROOT}/.devbox/virtenv/carlotm.devbox-solr.solr/logs
  • SOLR_PID_DIR ${DEVBOX_PROJECT_ROOT}/.devbox/virtenv/carlotm.devbox-solr.solr/pid
  • SOLR_HOME ${DEVBOX_PROJECT_ROOT}/.devbox/virtenv/carlotm.devbox-solr.solr/data
  • SOLR_PORT 8983
  • SOLR_ENV dev,label=MyDev,color=blue

Services:

  • solr

Use devbox services start|stop [service] to interact with services