Skip to content
Hector Correa edited this page Mar 8, 2023 · 9 revisions

Solr installation

Starting in 2023 we use Docker to install Solr in a container during the workshop. See tutorial.md for details.

If Docker is not an option you can install Solr directly on your machine (instead of using a container), but this approach requires that you install the Java Development Kit (JDK) on your machine first. Instructions for this are available in install_solr_jdk.md

If installing Solr is not an option (your machine does not meet the requirements, you don't have access to install software, or you just don't want to install it), we will have a live instance of Solr running on the cloud the day of the event that you can play with to get an idea of most of the commands.

Solr intallation in a server environment

Installing-Solr-on-Ubuntu