aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
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>