X-Git-Url: http://git.indexdata.com/?p=lui-solr.git;a=blobdiff_plain;f=doc%2Fdev-install.md;h=f0a380c21a268e2ddbbaf428074f454be7886b19;hp=2d3d481302020db9e937ea4e5fa11c512c8dd6c2;hb=fdd1d481e3a921e7bf0b07aa4bc18ec898651418;hpb=d188841af6b3330fa40b3d5083209653ac85f418 diff --git a/doc/dev-install.md b/doc/dev-install.md index 2d3d481..f0a380c 100644 --- a/doc/dev-install.md +++ b/doc/dev-install.md @@ -10,25 +10,25 @@ 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 * The 'dev-install.sh' script in the root of the repository working directory unpacks Solr into the working directory and links the - configuration files from the 'conf/' directory into the Solr + configuration files from the 'conf/solr' directory into the Solr installation. * After running dev-install.sh, the Solr installation can be 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 ``` -* The developer can work directly with the files in the 'conf/' +* The developer can work directly with the files in the 'conf/solr' directory. * NOTE: do not commit the files in the 'solr-/' directory to @@ -59,5 +59,5 @@ lui-solr to it. ``` - The files in the 'conf/' directory will control the Solr - installation on the virtual machine. +The files in the 'conf/solr' directory will control the Solr +installation on the virtual machine.