Created
April 25, 2018 10:39
-
-
Save leonj1/9510c44b8bd3b246357f94d5f75a98cf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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