How To Install Apache Solr on Debian 10
Apache Solr is a highly reliable and scalable open source search platform. Solr powers the search and navigation features of many of the world’s largest internet sites. https://solr.apache.org Solar is based on Java, so we need to install OpenJDK apt install -y openjdk-11-jdk-headless Edit .bashrc file vi ~/.bashrc Add export JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64 export PATH=$PATH:/usr/lib/jvm/java-11-openjdk-amd64/bin Log off … Read more