X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=README;h=f0f10f37a26c6e815c89b5f0b95c8b6c2ab4fac0;hb=9995f3e30b341783e3aa68c5dc09875dad0a7dfb;hp=a6d72caad8c1295a56fd236b2a31a1f8eb356eec;hpb=2c8d9972340cb72f8eb5c0eb1385eb32ae657144;p=MojoFacets.git diff --git a/README b/README index a6d72ca..f0f10f3 100644 --- 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 +