Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 409 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 409 Bytes

This directory contains a Vagrantfile for building docker-solr.

Pre-requisites: VirtualBox and Vagrant.

vagrant up
vagrant ssh -c "git clone https://github.com/docker-solr/docker-solr.git && \
  cd docker-solr && \
  ./tools/update.sh && \
  ./tools/build_all.sh && \
  ./tools/test_all.sh"