Remove numbering in docs
[domino.git] / docs / release / installation / installation.instructions.rst
1 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
2 .. http://creativecommons.org/licenses/by/4.0
3 .. (c) 2017 OPNFV
4
5 ===================
6 Domino Installation
7 ===================
8
9 Note: The steps below are tested for Ubuntu (16.04, 14.04) and OS X El Capitan.
10
11 Prerequisites
12 -------------
13 * git
14 * python-pip
15 * python (version =2.7)
16 * tosca-parser (version >=0.4.0)
17 * heat-translator (version >=0.5.0)
18
19 Installation Steps (Single Node)
20 --------------------------------
21
22 * Step-0: Prepare Environment
23
24 .. code-block:: bash
25
26   > $sudo pip install tosca-parser
27   > $sudo pip install heat-translator
28   > $sudo pip install requests
29
30 * Step-1: Get the Domino code
31
32 .. code-block:: bash
33
34   git clone https://gerrit.opnfv.org/gerrit/domino -b stable/danube
35
36 * Step-2: Go to the main domino directory
37
38 .. code-block:: bash
39
40   cd domino
41
42 You should see DominoClient.py, DominoServer.py, and domino-cli.py as executables.
43
44 Installation Steps (Multiple Node)
45 ----------------------------------
46
47 Repeat the installation steps for single node on each node. The script
48 run_on_remotenodes.sh under ./domino/tests directory deploys the Domino Code on three
49 hosts from a deployment node and tests RPC calls. The private key location and
50 remote host IP addresses must be manually entered and IS_IPandKEY_CONFIGURED should
51 set true, i.e., IS_IPandKEY_CONFIGURED=true.