From 7893dd02c15f2a727eb50887c9ddb829fc71f556 Mon Sep 17 00:00:00 2001 From: Ulas Kozat Date: Sun, 15 May 2016 21:31:15 -0700 Subject: Simple mapper/scheduler/partitioner functions implemented Change-Id: I553b196943022451d8dc4984fe37b2b228c8f4cf Signed-off-by: Ulas C. Kozat --- README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..ed133a0 --- /dev/null +++ b/README.md @@ -0,0 +1,28 @@ +# Domino + +##Quick Start on the same machine: + +Tested on Ubuntu 14.04 and OS X El Capitan + +###Prerequisite: + sudo pip install tosca-parser + +###Start Domino Server: + ./DominoServer.py + +###Start the first Domino Client: + ./DominoClient.py -p 9091 + +###Start the second Domino Client: + ./DominoClient.py -p 9092 + +##CLI at the Domino Client: + +###send heartbeat + heartbeat + +###subscribe for policy labels + subscribe -l/--labels :properties:key:value + +###publish default template file under tosca-templates + publish --tosca-file -- cgit 1.2.3-korg