X-Git-Url: http://git.indexdata.com/?p=lui-solr.git;a=blobdiff_plain;f=doc%2Fdev-install.md;h=f0a380c21a268e2ddbbaf428074f454be7886b19;hp=4bcd020b5c683faeb86637be6e5e95ecfdecc0cf;hb=fdd1d481e3a921e7bf0b07aa4bc18ec898651418;hpb=2486a272bfcff31f4e88f882222e255f6a89003b diff --git a/doc/dev-install.md b/doc/dev-install.md index 4bcd020..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 +The files in the 'conf/solr' directory will control the Solr installation on the virtual machine.