Correct references and add release notes
[doc.git] / docs / guides / onap-developer / settingup / onap_individual.rst
1 .. This work is licensed undera Creative Commons Attribution 4.0
2 .. International License.
3 .. http://creativecommons.org/licenses/by/4.0
4 .. Copyright 2017-2018 ONAP
5
6
7 .. index:: Setting Up ONAP individual components
8
9
10 =========================================
11 **Setting Up ONAP individual components**
12 =========================================
13
14 .. _installing-onap-individual:
15
16 **Context**
17 ===========
18 From a developer perspective, ONAP can be installed component per component.
19 For details, refer to :ref:`the installation procedure available for each
20 component<index-setting-individual-components>`.
21 The advanced installation procedure is recommended only for experienced
22 developers who desire to focus their attention on a few components and who
23 have a deep understanding of dependencies between components.
24 This type of installation is not recommended to fully install ONAP.
25
26 * The list of ports used by default within ONAP is documented
27   in `ONAP Service List <https://wiki.onap.org/display/DW/ONAP+Services+List>`_.
28
29 * The ONAP Source Code is available through Gerrit
30   at https://gerrit.onap.org/r/#/admin/projects or Git at https://git.onap.org/.
31
32 * ONAP is packaged within Docker and can be dowloaded from Docker Hub at https://hub.docker.com/r/onap.
33
34 * ONAP Docker releases are specified by a list of project artifact versions
35   in a :ref:`manifest<doc-release-manifest>`.