X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=README.md;h=4d90a72e71d80e0612b3b4ebd849ded8508ab8cf;hb=HEAD;hp=0c841ccc13c21cd269182fe46cfec9db592afa2e;hpb=2ad82140a88efa51cb7e9751d0b45cb0616f6b80;p=appc%2Fdeployment.git diff --git a/README.md b/README.md index 0c841cc..4d90a72 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,43 @@ +/* +* ============LICENSE_START========================================== +* =================================================================== +* Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved. +* =================================================================== +* +* Unless otherwise specified, all software contained herein is licensed +* under the Apache License, Version 2.0 (the "License"); +* you may not use this software except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +* +* +* Unless otherwise specified, all documentation contained herein is licensed +* under the Creative Commons License, Attribution 4.0 Intl. (the "License"); +* you may not use this documentation except in compliance with the License. +* You may obtain a copy of the License at +* +* https://creativecommons.org/licenses/by/4.0/ +* +* Unless required by applicable law or agreed to in writing, documentation +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +* ============LICENSE_END============================================ +* +* ECOMP is a trademark and service mark of AT&T Intellectual Property. +* +*/ + # ONAP APPC --- @@ -60,7 +100,7 @@ Ther following steps are needed to deploy and start ONAP APPC: ```bash # Install Docker-Compose apt-get install python-pip -pip install docker-compose +pip install --no-cache-dir docker-compose # Login to Nexus Repo to pull Docker Images (this assumes that Nexus Certificate is already imported in the Host VM on /usr/local/share/ca-certificates/ path): docker login # prompts for user credentials as a way to authenticate