Skip to content

Instantly share code, notes, and snippets.

@lianyi
Created September 10, 2015 13:19
Show Gist options
  • Save lianyi/f7b6bc053fd6260c0b0d to your computer and use it in GitHub Desktop.
Save lianyi/f7b6bc053fd6260c0b0d to your computer and use it in GitHub Desktop.
runsolr.sh
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