aboutsummaryrefslogtreecommitdiffstats
path: root/docs/release/installation/installation.instructions.rst
diff options
context:
space:
mode:
authorUlas Kozat <ulas.kozat@gmail.com>2017-02-16 11:17:14 -0800
committerUlas Kozat <ulas.kozat@gmail.com>2017-02-20 10:24:49 -0800
commit735b8680ee2e546bbaceb9ffb4ae8db043779516 (patch)
tree4175645f5f8b1c28f14f6df3c2d6310240ded644 /docs/release/installation/installation.instructions.rst
parent1d3f16e59458942b4112878d6020b6303296dcec (diff)
JIRA DOMINO-23
new directory structure new API description split documents Change-Id: Iedffd5266c19f9713930011ef8fde7e55fd3ae66 Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com>
Diffstat (limited to 'docs/release/installation/installation.instructions.rst')
-rw-r--r--docs/release/installation/installation.instructions.rst50
1 files changed, 50 insertions, 0 deletions
diff --git a/docs/release/installation/installation.instructions.rst b/docs/release/installation/installation.instructions.rst
new file mode 100644
index 0000000..4e18491
--- /dev/null
+++ b/docs/release/installation/installation.instructions.rst
@@ -0,0 +1,50 @@
+.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+.. http://creativecommons.org/licenses/by/4.0
+
+===================
+Domino Installation
+===================
+
+Note: The steps below are tested for Ubuntu (16.04, 14.04) and OS X El Capitan.
+
+Prerequisites
+-------------
+* git
+* python-pip
+* python (version =2.7)
+* tosca-parser (version >=0.4.0)
+* heat-translator (version >=0.5.0)
+
+Installation Steps (Single Node)
+--------------------------------
+
+* Step-0: Prepare Environment
+
+.. code-block:: bash
+
+ > $sudo pip install tosca-parser
+ > $sudo pip install heat-translator
+ > $sudo pip install requests
+
+* Step-1: Get the Domino code
+
+.. code-block:: bash
+
+ git clone https://gerrit.opnfv.org/gerrit/domino -b stable/danube
+
+* Step-2: Go to the main domino directory
+
+.. code-block:: bash
+
+ cd domino
+
+You should see DominoClient.py, DominoServer.py, and domino-cli.py as executables.
+
+Installation Steps (Multiple Node)
+----------------------------------
+
+Repeat the installation steps for single node on each node. The script
+run_multinode.sh under ./domino/tests directory deploys the Domino Code on three
+hosts from a deployment node and tests RPC calls. The private key location and
+remote host IP addresses must be manually entered and IS_IPandKEY_CONFIGURED=false
+must be changed to IS_IPandKEY_CONFIGURED=true.