Skip to content

Instantly share code, notes, and snippets.

@manuelmorales
Created June 6, 2012 10:11
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save manuelmorales/2881121 to your computer and use it in GitHub Desktop.
Save manuelmorales/2881121 to your computer and use it in GitHub Desktop.
Installing Solr 3.4.0 in Ubuntu 11.10
wget http://apache.rediris.es/lucene/solr/3.4.0/apache-solr-3.4.0.tgz
tar zxvf apache-solr-3.4.0.tgz
cd apache-solr-3.4.0/
mkdir ../solr
cp -r example/* ../solr/
# cp -r ../ey-cloud-recipes/cookbooks/solr/files/default/conf/ ../solr/solr/
mkdir ../solr/solr/lib
cp dist/apache-solr-cell-3.4.0.jar ../solr/solr/lib/
cp contrib/extraction/lib/*jar ../solr/solr/lib/
cd ../solr
java -jar start.jar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment