added backward compatiblity for data migration
[MojoFacets.git] / README
diff --git a/README b/README
index 3745ca1..e43c0d7 100644 (file)
--- a/README
+++ b/README
@@ -9,8 +9,20 @@ Alternative format is pipe (|) separated text files with extension .txt
 First column is always header with field names
 Multi-line values should be wrapped in ^multi-line-text^
 
+If you save bounch of html files with table in directory with .html extension, they will
+we all read as single data set, allowing easy analysys of search results, for example.
+
 
 Start with:
 
   LANG=hr_HR.utf8 ./script/mojo_facets daemon --reload
 
+
+Data replication:
+
+  # master
+  ./script/mojo_facets daemon --listen 'http://*:4444' --reload
+
+  # slave
+  MASTER=http://localhost:4444 ./script/mojo_facets daemon --reload
+