Add support for Solr 6.1.0. Update dev deployment, documentation.
[lui-solr.git] / doc / dev-install.md
index 4bcd020..f0a380c 100644 (file)
@@ -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-<version>/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-<version>/' 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.