Skip to content

Instantly share code, notes, and snippets.

@thetron
Created January 2, 2011 15:16
Show Gist options
  • Save thetron/762580 to your computer and use it in GitHub Desktop.
Save thetron/762580 to your computer and use it in GitHub Desktop.
Very quick and dirty install and test of solr on EC2 using default AMI
$ sudo yum install jre
$ wget http://www.apache.org/dist//lucene/solr/1.4.1/apache-solr-1.4.1.tgz
$ tar zxvf apache-solr-1.4.1.tgz
$ cd apache-solr-1.4.1/example
$ java -jar start.jar
$ curl http://ec2-###-##-###-###.compute-1.amazonaws.com:8983/solr/select/?q=opengl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment