load last saved columns with dataset
[MojoFacets.git] / README
diff --git a/README b/README
index a6d72ca..f0f10f3 100644 (file)
--- a/README
+++ b/README
@@ -8,10 +8,18 @@ Put JSON file from Simile Exhibit project in data/ with extension .js or .json
 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^
-Multiple values for one field are supported for: number, number
 
 
 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
+