Created
September 10, 2015 13:19
-
-
Save lianyi/f7b6bc053fd6260c0b0d to your computer and use it in GitHub Desktop.
runsolr.sh
This file contains 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
git clone https://github.com/NCBI-Hackathons/seqr.git | |
cd seqr/testdata | |
# to install and start a solr instance using the makefile located in seqr/testdata | |
make | |
# To install the server without starting it: | |
make install | |
# To stop a server started from make: | |
make stop | |
#To start it again | |
make start | |
#You should see a message like: | |
#solr-4.10.4/bin/solr -s ./solr -m 3G -p 8983 | |
#Waiting to see Solr listening on port 8983 [/] | |
#Started Solr server on port 8983 (pid=19495). Happy searching! | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment