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=7fe1f02fc96ccc26f1126a16fbdce34335371796;hp=4bcd020b5c683faeb86637be6e5e95ecfdecc0cf;hb=181bf822b158f9348208cbb87fb33e32d8941522;hpb=1b8744e13ed96e39e1e6b1d98bab6ad15ccfb1ab diff --git a/doc/dev-install.md b/doc/dev-install.md index 4bcd020..7fe1f02 100644 --- a/doc/dev-install.md +++ b/doc/dev-install.md @@ -16,7 +16,7 @@ Installing in userspace on the developer's system (Linux and MacOS) * 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 @@ -28,7 +28,7 @@ Installing in userspace on the developer's system (Linux and MacOS) ``` -* 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.