aboutsummaryrefslogtreecommitdiffstats
path: root/docs/installationprocedure/installation.instructions.rst
diff options
context:
space:
mode:
authorUlas Kozat <ulas.kozat@gmail.com>2016-08-15 07:38:52 -0700
committerUlas Kozat <ulas.kozat@gmail.com>2016-08-15 12:09:27 -0700
commitf09a95be6e5b734dcd7c35e96456a19caea02e78 (patch)
tree876b3640867067641f348a52e436d9b30ac34e31 /docs/installationprocedure/installation.instructions.rst
parentd84f1836684f74115d7f17d4bde1ee94c8d7a79f (diff)
Update documentation for Colorado Release
Change-Id: I840237951ed32f23b4dbe8c3cb37bb60a18fc4c6 Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com>
Diffstat (limited to 'docs/installationprocedure/installation.instructions.rst')
-rw-r--r--docs/installationprocedure/installation.instructions.rst55
1 files changed, 55 insertions, 0 deletions
diff --git a/docs/installationprocedure/installation.instructions.rst b/docs/installationprocedure/installation.instructions.rst
new file mode 100644
index 0000000..3a2a7d3
--- /dev/null
+++ b/docs/installationprocedure/installation.instructions.rst
@@ -0,0 +1,55 @@
+.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+.. http://creativecommons.org/licenses/by/4.0
+
+.. image:: ../etc/opnfv-logo.png
+ :height: 40
+ :width: 200
+ :alt: OPNFV
+ :align: left
+.. these two pipes are to seperate the logo from the first title
+|
+|
+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
+
+* 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 executibles.
+
+Installation Steps (Multiple Node)
+----------------------------------
+
+Repeat the installation steps for single node on each of the nodes. The script
+run_multinode.sh under ./domino/tests directory deploys the Domino Code on three
+hosts from a deployment node and tests RPC calls.