X-Git-Url: http://git.indexdata.com/?p=lui-solr.git;a=blobdiff_plain;f=doc%2Fdebian-install.md;h=a437bb79ec4550788f6d452aac9cf739bd68a7a5;hp=2c24c1243446335535a2bc0c381fe6080f2813ac;hb=fdd1d481e3a921e7bf0b07aa4bc18ec898651418;hpb=80687231d1c1ef17c00c66a39c81eb091de984c3 diff --git a/doc/debian-install.md b/doc/debian-install.md index 2c24c12..a437bb7 100644 --- a/doc/debian-install.md +++ b/doc/debian-install.md @@ -4,9 +4,15 @@ Unified Index (lui-solr) on Debian Linux Prerequisites ============= -* lui-solr is based on Solr 5.x, which requires Java 7. The package +* masterkey-lui-solr5 is based on Solr 5.x, which requires Java 7. The package depends on openjdk-7-jdk. +* masterkey-lui-solr6 is based on Solr 6.x, which requires Java 8. The package +depends on openjdk-8-jdk, available on backports for +jessie. openjdk-8-jdk is _not_ available for wheezy. To install +masterkey-lui-solr6 on wheezy is possible, bu it is outside the scope +of this document. + Pre-installation ================ @@ -31,6 +37,21 @@ apt keyring. ``` +* For masterkey-lui-solr6 on jessie: Add the backports apt +repository. Add the following content to /etc/apt/sources.list: + +``` + deb http://ftp.debian.org/debian jessie-backports main + +``` + +And update your package list: + +``` + sudo apt-get update + +``` + * Masterkey LUI stores its Solr indexes by default in /var/lib/masterkey/lui/solr. Ensure this partition is large enough to accomodate your Solr indexes. @@ -46,10 +67,10 @@ and installs an init script for startup. The Solr server runs by default on port 8983, and processes and files are owned by the "lui-solr" user. -* Install the masterkey-lui-solr5 package: +* Install the masterkey-lui-solr5 or masterkey-lui-solr6 package: ``` - sudo apt-get install masterkey-lui-solr5 + sudo apt-get install ```