summaryrefslogtreecommitdiffstats
path: root/docs/release
diff options
context:
space:
mode:
authorGildas Lanilis <gildas.lanilis@huawei.com>2017-11-14 08:36:58 -0800
committerGildas Lanilis <gildas.lanilis@huawei.com>2017-11-14 08:36:58 -0800
commitcd26a72b417b074a77611d00b642180b5ea7470b (patch)
tree2ff8bcc29165e326fbc76e7b02cbe298b3d781a8 /docs/release
parentd715f8497f8df4c5f6a7391d5d29a4dd34871b13 (diff)
Update Master Release Notes
Breakdown existing Download and usage into 3 specific sections: 1)Download 2)Instal 3)Usage Issue-Id: DOC-150 Change-Id: I7cc788dbd400a8f0f7e1e5c858f4391ccd4a49bf Signed-off-by: Gildas Lanilis <gildas.lanilis@huawei.com>
Diffstat (limited to 'docs/release')
-rw-r--r--docs/release/index.rst17
1 files changed, 14 insertions, 3 deletions
diff --git a/docs/release/index.rst b/docs/release/index.rst
index ed1b8dd59..7d21f3825 100644
--- a/docs/release/index.rst
+++ b/docs/release/index.rst
@@ -81,12 +81,23 @@ If you don't know you are facing a bug or have a question, email the ONAP Discus
You may consider these `recommendations <https://wiki.onap.org/display/DW/Tracking+Issues+with+JIRA#TrackingIssueswithJIRA-RecommendationsforwrittingProperJIRAIssue>`_ to elaborate the issue you are facing and this `guideline <https://wiki.onap.org/display/DW/Mailing+Lists>`_ to register into the ONAP Discuss mailing list.
-Download and Use
-++++++++++++++++
+Download
+++++++++
* ONAP Source Code is available through Gerrit at https://gerrit.onap.org or Git at https://git.onap.org/ .
* ONAP is packaged within Docker and can be dowloaded from Docker Hub at https://hub.docker.com/r/onap .
-* To Install Amsterdam ONAP refer to :ref:`Setting Up ONAP <demo-installing-running-onap>`.
+Install
++++++++
+There are 2 approaches to install ONAP.
+
+* From a complete demo solution perspective. This installs the whole ONAP, refer to :ref:`Setting Up ONAP <demo-installing-running-onap>`.
+
+* From a developer perspective. ONAP is installed component per component. Each component :ref:`installation is listed in<doc_onap-developer_guide_projects>`.
+The list of ports used by default within ONAP is documented in `ONAP Service List <https://wiki.onap.org/display/DW/ONAP+Services+List>`_.
+
+Usage
++++++
+This section is intended to provide users on the usage of ONAP components.