Skip to content

Instantly share code, notes, and snippets.

# Setting up a local solr instance on a mac
# install solr with homebrew
brew install solr
# create the base solr index directory
sudo cp -r /usr/local/opt/solr/libexec/example/multicore/* /Library/Solr/
# make sure you can write to the solr logs
sudo chown -R `whoami` /usr/local/Cellar/solr/