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

Last change on this file since 30969 was 30969, checked in by davidb, 7 years ago

Fine tuning resulting from testing the cloud/cluster

File size: 207 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.