Simple mapper/scheduler/partitioner functions implemented
[domino.git] / README.md
1 # Domino
2
3 ##Quick Start on the same machine:
4
5 Tested on Ubuntu 14.04 and OS X El Capitan
6
7 ###Prerequisite:
8     sudo pip install tosca-parser
9
10 ###Start Domino Server:
11     ./DominoServer.py
12
13 ###Start the first Domino Client:
14     ./DominoClient.py -p 9091
15
16 ###Start the second Domino Client:
17     ./DominoClient.py -p 9092
18
19 ##CLI at the Domino Client:
20
21 ###send heartbeat
22     heartbeat
23
24 ###subscribe for policy labels
25     subscribe -l/--labels <policytype>:properties:key:value
26
27 ###publish default template file under tosca-templates
28     publish --tosca-file <path_to_toscafile>