Skip to content

Instantly share code, notes, and snippets.

View thetron's full-sized avatar
⌨️
Clack clack clack

Nicholas Bruning thetron

⌨️
Clack clack clack
View GitHub Profile
@thetron
thetron / First run installing solr on EC2
Created January 2, 2011 15:16
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