Configuration cleanup for Solr 5 - mostly cleaning up solrconfig.xml
[lui-solr.git] / README
diff --git a/README b/README
index d275d1b..5444f0f 100644 (file)
--- 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 
+