diff options
Diffstat (limited to 'docs/guides/onap-developer/settingup/onap_individual.rst')
-rw-r--r-- | docs/guides/onap-developer/settingup/onap_individual.rst | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/docs/guides/onap-developer/settingup/onap_individual.rst b/docs/guides/onap-developer/settingup/onap_individual.rst deleted file mode 100644 index f218846af..000000000 --- a/docs/guides/onap-developer/settingup/onap_individual.rst +++ /dev/null @@ -1,31 +0,0 @@ -.. This work is licensed undera Creative Commons Attribution 4.0 -.. International License. -.. http://creativecommons.org/licenses/by/4.0 -.. Copyright 2017-2018 ONAP - -.. index:: Setting Up ONAP individual components - - -========================================= -**Setting Up ONAP individual components** -========================================= - -.. _installing-onap-individual: - -**Context** -=========== -From a developer perspective, ONAP can be installed component per component. -For details, refer to :ref:`the installation procedure available for each -component<index-setting-individual-components>`. -The advanced installation procedure is recommended only for experienced -developers who desire to focus their attention on a few components and who -have a deep understanding of dependencies between components. -This type of installation is not recommended to fully install ONAP. - -* The ONAP Source Code is available through Gerrit - at https://gerrit.onap.org/r/#/admin/projects or Git at https://git.onap.org/. - -* ONAP is packaged within Docker and can be downloaded from Docker Hub at https://hub.docker.com/r/onap. - -* ONAP Docker releases are specified by a list of project artifact versions - in a :ref:`manifest<doc-release-manifest>`. |