aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorUlas Kozat <ulas.kozat@gmail.com>2016-05-15 21:31:15 -0700
committerUlas Kozat <ulas.kozat@gmail.com>2016-05-15 21:43:21 -0700
commit7893dd02c15f2a727eb50887c9ddb829fc71f556 (patch)
tree54efcdadfda729ec4301537d264f6ea4298716e9 /README.md
parent06f85217ae3d5c9b429bad94827caed0641cd120 (diff)
Simple mapper/scheduler/partitioner functions implemented
Change-Id: I553b196943022451d8dc4984fe37b2b228c8f4cf Signed-off-by: Ulas C. Kozat <ulas.kozat@huawei.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md28
1 files changed, 28 insertions, 0 deletions
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 <policytype>:properties:key:value
+
+###publish default template file under tosca-templates
+ publish --tosca-file <path_to_toscafile>