How to set up Solr in Ubunutu 10.10

NOT COMPLETE YET

Based on http://lucene.apache.org/solr/tutorial.html

I have only just started with Solr so YMMV and feedback welcome.

Step 1:

Use Syanptic to install solr-jetty [and associated dependencies]


Step 2:

Open a terminal and run "sudo java -jar /usr/share/jetty/start.jar"

Step 3

Make sure Apache2 can run by "sudo apache2ctl start" and look for error messages.

Comments