blob: f218846afcb7e8192c5d8aaef953d977a23dc0db [file] [log] [blame]
Rich Bennett52b5c092018-09-01 09:48:13 -04001.. 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
Rich Bennett52b5c092018-09-01 09:48:13 -04006.. index:: Setting Up ONAP individual components
7
8
9=========================================
10**Setting Up ONAP individual components**
11=========================================
12
13.. _installing-onap-individual:
14
15**Context**
16===========
17From a developer perspective, ONAP can be installed component per component.
18For details, refer to :ref:`the installation procedure available for each
19component<index-setting-individual-components>`.
20The advanced installation procedure is recommended only for experienced
21developers who desire to focus their attention on a few components and who
22have a deep understanding of dependencies between components.
23This type of installation is not recommended to fully install ONAP.
24
Rich Bennett52b5c092018-09-01 09:48:13 -040025* The ONAP Source Code is available through Gerrit
26 at https://gerrit.onap.org/r/#/admin/projects or Git at https://git.onap.org/.
27
Eric Debeau0f2c2832018-11-19 19:47:29 +000028* ONAP is packaged within Docker and can be downloaded from Docker Hub at https://hub.docker.com/r/onap.
Rich Bennett52b5c092018-09-01 09:48:13 -040029
30* ONAP Docker releases are specified by a list of project artifact versions
31 in a :ref:`manifest<doc-release-manifest>`.