source: other-projects/hathitrust/wcsa/extracted-features-solr/trunk/gslis-cluster/GET-PACKAGES-SOLR.sh

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

Updated to latest released version of Solr

  • Property svn:executable set to *
File size: 386 bytes
Line 
1#!/bin/bash
2
3echo "***"
4echo "Zookeeper 3.4.9"
5echo "***"
6wget http://www-us.apache.org/dist/zookeeper/zookeeper-3.4.9/zookeeper-3.4.9.tar.gz
7echo "***"
8echo ""
9
10solr_ver=6.4.0
11echo "***"
12echo "Solr $solr_ver"
13echo "***"
14#wget http://www-us.apache.org/dist/lucene/solr/6.2.1/solr-6.2.1.tgz
15wget http://www-us.apache.org/dist/lucene/solr/$solr_ver/solr-$solr_ver.tgz
16
17echo "***"
18echo ""
Note: See TracBrowser for help on using the repository browser.