README 614 Bytes
Installation instructions for Ubuntu 10.04
-------------------------------------------

* Install Java, tomcat, Solr and JDBC Postgres drivers (Ubuntu partner repositories must be enabled):
sudo apt-get install sun-java6-bin tomcat6 solr-common libpg-java

* Link the JDBC Postgres drivers into the Solr installation:
sudo ln -s /usr/share/java/postgresql-jdbc3-8.4.jar /usr/share/solr/WEB-INF/lib/

* Check data-config.xml to make sure all information to connect to the databases are right

* Copy the configuration files from this folder into /etc/solr/conf/

* Restart tomcat:
sudo /etc/init.d/tomcat6 restart