summaryrefslogtreecommitdiffstats
path: root/python-dcae-policy/nexus_pypi.md
diff options
context:
space:
mode:
authorAlex Shatov <alexs@att.com>2017-09-20 17:27:25 -0400
committerAlex Shatov <alexs@att.com>2017-09-20 17:27:25 -0400
commit8b28e65a1d692b524717749523d9cf8270c12d94 (patch)
treed0e8acfa42130e3e08921f25b8fdf31626f75202 /python-dcae-policy/nexus_pypi.md
parentc3a485a0a2805519a217575fd8c984b0312e9b43 (diff)
renamed package to onap_dcae_dcaepolicy_lib
Change-Id: I692c45488fc84270ab02eca5730a3dd9b6f100ca Issue-Id: DCAEGEN2-62 Signed-off-by: Alex Shatov <alexs@att.com>
Diffstat (limited to 'python-dcae-policy/nexus_pypi.md')
-rw-r--r--python-dcae-policy/nexus_pypi.md26
1 files changed, 0 insertions, 26 deletions
diff --git a/python-dcae-policy/nexus_pypi.md b/python-dcae-policy/nexus_pypi.md
deleted file mode 100644
index 7c27679..0000000
--- a/python-dcae-policy/nexus_pypi.md
+++ /dev/null
@@ -1,26 +0,0 @@
-# setting up connection to nexus server with pypi
-
-1. request account in nexus repo server with update privilege to pypi repo.
-
-result: **url + username + password**
-
-2. create/update `~/.pypirc` with proper nexus **url + username + password**
-```bash
-[distutils]
-index-servers =
- pypi
- nexus
-
-[pypi]
-username:
-password:
-
-[nexus]
-repository:https://YOUR_NEXUS_PYPI_SERVER/
-username:<username>
-password:<password>
-```
-
-3. run `./dev_run.sh register` command to register your python package into nexus pypi repo
-
-4. run `./dev_run.sh upload` command to upload your python package into nexus pypi repo \ No newline at end of file