source: other-projects/hathitrust/vagrant-solr-cluster/trunk/modules/solr/templates/setup-solr.bash@ 30962

Last change on this file since 30962 was 30962, checked in by davidb, 8 years ago

Corrections and improvements made after initial testing between zookeeper box and solr1

File size: 200 bytes
Line 
1
2export SOLR_HOME="<%= @solr_home %>/server/solr"
3export PATH="$SOLR_HOME/bin:$PATH"
4
5alias solr-start-node.sh="solr start -c -z zookeeper:2181 -h `hostname`:8983"
6alias solr-stop-node.sh="solr stop"
Note: See TracBrowser for help on using the repository browser.