aboutsummaryrefslogtreecommitdiffstats
path: root/docs/platform
diff options
context:
space:
mode:
authorRich Bennett <rb2745@att.com>2018-05-22 00:45:53 -0400
committerRich Bennett <rb2745@att.com>2018-05-22 00:53:18 -0400
commitd10ba074e47e24e1f05e4ee119efc2ca6cc0dea7 (patch)
treef14a15e07113b72ff6c1c11f8e362fefc4924b37 /docs/platform
parent68987011d4a41ed59375616a19b0cde229b9c413 (diff)
Eliminate Sphinx Errors and Warnings2.0.0-ONAP2.0.0-ONAP
Add end of block and inline markup delimeters Use code blocks for json, xml, and http Change-Id: I79f69227bfb3e43d97f46e01fe2ada6d1c4872ea Issue-ID: AAI-1152 Signed-off-by: Rich Bennett <rb2745@att.com>
Diffstat (limited to 'docs/platform')
-rw-r--r--docs/platform/Getting Started/How_to_Docker_setup_on_Single_VM.rst12
1 files changed, 11 insertions, 1 deletions
diff --git a/docs/platform/Getting Started/How_to_Docker_setup_on_Single_VM.rst b/docs/platform/Getting Started/How_to_Docker_setup_on_Single_VM.rst
index d869c9ac..82ebf3fb 100644
--- a/docs/platform/Getting Started/How_to_Docker_setup_on_Single_VM.rst
+++ b/docs/platform/Getting Started/How_to_Docker_setup_on_Single_VM.rst
@@ -1,7 +1,6 @@
.. contents::
:depth: 3
-.. _dev-setup:
How to Docker setup on Single VM
================================
@@ -16,56 +15,67 @@ Step-by-step guide
------------------
1. You would need to have a root access to the vm
+
.. code-block:: bash
sudo su - root
2. Navigate to /opt directory
+
.. code-block:: bash
cd /opt
3. Clone the test-config git project
+
.. code-block:: bash
git clone http://gerrit.onap.org/r/aai/test-config
4. Navigate to /opt/test-config directory
+
.. code-block:: bash
cd test-config
5. Create a directory called /opt/config
+
.. code-block:: bash
mkdir /opt/config/
6. Create a file called /opt/config/nexus\_username.txt containing the text: docker
+
.. code-block:: bash
echo "docker" > /opt/config/nexus_username.txt
7. Create a file called /opt/config/nexus\_password.txt containing the text: docker
+
.. code-block:: bash
echo "docker" > /opt/config/nexus_password.txt
8. Create a file called /opt/config/dmaap\_topic.txt containing the text: AAI-EVENT
+
.. code-block:: bash
echo "AAI-EVENT" > /opt/config/dmaap_topic.txt
9. Create a file called /opt/config/nexus\_docker\_repo.txt containing text: nexus3.onap.org:10001
+
.. code-block:: bash
echo "nexus3.onap.org:10001" > /opt/config/nexus_docker_repo.txt
10. Create a file called /opt/config/docker\_version.txt containing text: 1.1-STAGING-latest
+
.. code-block:: bash
echo "1.1-STAGING-latest" > /opt/config/docker_version.txt
11. Please note that in the previous step, docker version is currently 1.1-STAGING-latest and this will be changed later. Finally, run the installation scripts
+
.. code-block:: bash
./deploy_vm2.sh && ./deploy_vm1.sh