X-Git-Url: http://git.indexdata.com/?p=lui-solr.git;a=blobdiff_plain;f=doc%2Fdev-install.md;fp=doc%2Fdev-install.md;h=f0a380c21a268e2ddbbaf428074f454be7886b19;hp=7fe1f02fc96ccc26f1126a16fbdce34335371796;hb=71a3ba5d1ca557850ed65ab77de142110dc8041e;hpb=18a053d37b16c10ca74b8e3ea2068740cd9904c7 diff --git a/doc/dev-install.md b/doc/dev-install.md index 7fe1f02..f0a380c 100644 --- a/doc/dev-install.md +++ b/doc/dev-install.md @@ -10,7 +10,7 @@ Installing in userspace on the developer's system (Linux and MacOS) ### Prerequisites -* lui-solr is a repackaging of Solr 5.x, which requires Java 7 +* lui-solr is a repackaging of Solr 6.x, which requires Java 8 ### Installation @@ -23,8 +23,8 @@ Installing in userspace on the developer's system (Linux and MacOS) controlled from the 'solr-/bin/solr' script. Examples: ``` - $ solr-5.5.1/bin/solr start - $ solr-5.5.1/bin/solr stop + $ solr-6.1.0/bin/solr start + $ solr-6.1.0/bin/solr stop ```