» Jease » Blog

Java with Ease

1970-01-01

Java is a very productive development environment if you choose and combine the right tools and patterns.

Jease is the result of my personal quest bringing tools and patterns together which make the life of a web-developer as simple as it can be.

Starting Apache Solr

Installing Solr

For the purposes of this tutorial, I'll assume you're on a Linux or Mac environment.

You should also have JDK 6 or above installed.

wget http://www-us.apache.org/dist/lucene/solr/7.3.1/solr-7.3.1.tgz

tar -zxvf solr-7.3.1.tgz

 

Starting Solr

cd solr/bin

$./solr start

Last modified on 2018-06-11 by Mohammad Ghasemy