Merge commit '0d0dc9de679d36b2fe78306e3e8f223d8baf5b62' into ha
[lui-solr.git] / doc / debian-install.md
index 4848314..2c24c12 100644 (file)
@@ -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"