aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: ed133a00637a74e8f5056da9b7bdc7b0c012029a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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>