X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=README;h=5444f0f9b40ed93ca3322e87e66429e1fbb59445;hb=7eb9a8345cc2b42a777ca6f71db71c23803bfcb8;hp=d275d1b689852cbda85396c9afb08d4a41a6a9b2;hpb=ca55c65b407361f26a4076006b9cf34183fea2d1;p=lui-solr.git diff --git a/README b/README index d275d1b..5444f0f 100644 --- a/README +++ b/README @@ -13,3 +13,15 @@ fields for data. At some point it should be possible to configure which fields t In addition the field name "id" is defined as unique key to a record in the Solr index. Adding a new record with the same id mean override the old record with new data. + + +To build the Debian packages: +$ ../git-tools/id-deb-build/id-mk-deb-changelog.sh && dpkg-buildpackage -us -uc + +And to install a master Solr under Tomcat 8: +$ cd .. +$ sudo dpkg -i masterkey-lui-solr4-common_*.indexdata_all.deb +$ sudo dpkg -i masterkey-lui-solr4-common-tomcat8_*.indexdata_all.deb +$ sudo dpkg -i masterkey-lui-solr4-master_*.indexdata_all.deb +$ sudo dpkg -i masterkey-lui-solr4-master-tomcat8_*.indexdata_all.deb +