Version 0.12
[lui-solr.git] / README
diff --git a/README b/README
index d275d1b..e304563 100644 (file)
--- a/README
+++ b/README
@@ -12,4 +12,16 @@ adding field database (and possible database_name) to the data. Data must not us
 fields for data. At some point it should be possible to configure which fields to use. 
 
 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. 
+Adding a new record with the same id mean override the old record with new data.
+
+For more information, see files in the doc/ directory.
+
+To build the Debian packages:
+$ ../git-tools/id-deb-build/id-mk-deb-changelog.sh && dpkg-buildpackage -us -uc
+
+And to install LUI Solr:
+$ cd ..
+$ sudo dpkg -i masterkey-lui-solr5_*.indexdata_all.deb
+  OR
+$ sudo dpkg -i masterkey-lui-solr6_*.indexdata_all.deb
+