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

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

Useful get started scripts

  • Property svn:executable set to *
File size: 289 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
10echo "***"
11echo "Solr 6.2.1"
12echo "***"
13wget http://www-us.apache.org/dist/lucene/solr/6.2.1/solr-6.2.1.tgz
14echo "***"
15echo ""
Note: See TracBrowser for help on using the repository browser.