Skip to content

Instantly share code, notes, and snippets.

@leonj1
Created April 25, 2018 10:39
Show Gist options
  • Save leonj1/9510c44b8bd3b246357f94d5f75a98cf to your computer and use it in GitHub Desktop.
Save leonj1/9510c44b8bd3b246357f94d5f75a98cf to your computer and use it in GitHub Desktop.
# setup Idea
export ANT_OPTS="-Xmx1024m -Xss1g"
ant idea
# build
cd /<source_root>/solr
ant ivy-bootstrap
ant compile
ant server
# verification
cd /bin
sudo chmod a+x solr
./solr start
./solr create -c samp
# expected
Created new core 'samp'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment