X-Git-Url: http://git.indexdata.com/?p=lui-solr.git;a=blobdiff_plain;f=doc%2Fdebian-install.md;fp=doc%2Fdebian-install.md;h=2c24c1243446335535a2bc0c381fe6080f2813ac;hp=4848314f84c66bc410fb2d020eadd52a256ffe64;hb=2d6f9ef3234fad0f19bc782d75229ec7b211819c;hpb=4db21d182fb825a9cfc150ebde91be7d62cc5e32 diff --git a/doc/debian-install.md b/doc/debian-install.md index 4848314..2c24c12 100644 --- a/doc/debian-install.md +++ b/doc/debian-install.md @@ -32,7 +32,7 @@ apt keyring. ``` * Masterkey LUI stores its Solr indexes by default in -/var/lib/masterkey/lui/data. Ensure this partition is large enough to +/var/lib/masterkey/lui/solr. Ensure this partition is large enough to accomodate your Solr indexes. Installation @@ -40,7 +40,7 @@ Installation The lui-solr package installs a Solr binary installation in /usr/share/masterkey/lui, a default configuration in -/etc/masterkey/lui, a data directory in /var/lib/masterkey/lui/data, +/etc/masterkey/lui/solr, a data directory in /var/lib/masterkey/lui/solr, and logs in /var/log/masterkey/lui. It creates the "lui-solr" service and installs an init script for startup. The Solr server runs by default on port 8983, and processes and files are owned by the @@ -60,7 +60,7 @@ default on port 8983, and processes and files are owned by the depends on several factors, including the total amount of RAM available on the system and the size of your indexes. The default of 512m, however, is likely too low for production. Edit -/etc/masterkey/lui/lui-solr.in.sh and increase 'SOLR_HEAP'. Example: +/etc/masterkey/lui/solr/lui-solr.in.sh and increase 'SOLR_HEAP'. Example: ``` SOLR_HEAP="2048m"