You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lianyi edited this page Sep 23, 2015
·
5 revisions
You may wish to use a Solr Server as opposed to running Seqr as a stand-alone application.
##Install
Installation is done using the makefile located in seqr/testdata
cd testdata
make
will install Solr and start the server. 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!