Rich Bennett | 52b5c09 | 2018-09-01 09:48:13 -0400 | [diff] [blame] | 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 | |
Rich Bennett | 52b5c09 | 2018-09-01 09:48:13 -0400 | [diff] [blame] | 6 | .. 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 | =========== |
| 17 | From a developer perspective, ONAP can be installed component per component. |
| 18 | For details, refer to :ref:`the installation procedure available for each |
| 19 | component<index-setting-individual-components>`. |
| 20 | The advanced installation procedure is recommended only for experienced |
| 21 | developers who desire to focus their attention on a few components and who |
| 22 | have a deep understanding of dependencies between components. |
| 23 | This type of installation is not recommended to fully install ONAP. |
| 24 | |
Rich Bennett | 52b5c09 | 2018-09-01 09:48:13 -0400 | [diff] [blame] | 25 | * 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 Debeau | 0f2c283 | 2018-11-19 19:47:29 +0000 | [diff] [blame] | 28 | * ONAP is packaged within Docker and can be downloaded from Docker Hub at https://hub.docker.com/r/onap. |
Rich Bennett | 52b5c09 | 2018-09-01 09:48:13 -0400 | [diff] [blame] | 29 | |
| 30 | * ONAP Docker releases are specified by a list of project artifact versions |
| 31 | in a :ref:`manifest<doc-release-manifest>`. |