diff options
author | 2018-04-30 19:23:36 -0600 | |
---|---|---|
committer | 2018-05-01 16:55:11 +0000 | |
commit | 2c0f127d19981cbf69868265f5b4ac98cd687210 (patch) | |
tree | 4f240e117a5f545b78d6b94fc29f826f4ce9f979 /docs/sections/installation.rst | |
parent | dcf83b8e6798552e614ff6fc117498d737980f9a (diff) |
Beijing RC2 documentation
Change-Id: Ic8b75e4cb33d6c4562cef2f2b9342974bfae03a3
Signed-off-by: fsandoval <frank.sandoval@oamtechnologies.com>
Issue-ID: OPTFRA-41
Diffstat (limited to 'docs/sections/installation.rst')
-rw-r--r-- | docs/sections/installation.rst | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/docs/sections/installation.rst b/docs/sections/installation.rst new file mode 100644 index 0000000..65029c6 --- /dev/null +++ b/docs/sections/installation.rst @@ -0,0 +1,22 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. + +Installation +============================================= + +Installing from the Source Code +------------------------------------ +Get HAS seed code from the Linux Foundation Projects page + $ git clone https://gerrit.onap.org/r/optf/has + +Use python virtual environment (https://virtualenv.pypa.io/en/stable/) to create and manage libraries and dependencies for HAS project. + $ virtualenv {virtual_environment_location} + + $ source {virtual_environemtn_location}/bin/activate + +Inside of /has/conductor folder, run the following commands: + $ python setup.py install + + $ pip install -e . + +In {virtual_environment_location}/bin folder, you should see the five components of HAS/Conductor project +conductor-api,conductor-controller, conductor-solver, conductor-reservation, conductor-data |