Merge "Fix broken link to 5G RAN use case"
[optf/has.git] / docs / sections / installation.rst
1 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
2
3 Installation
4 =============================================
5
6 Installing from the Source Code
7 ------------------------------------
8 Get HAS seed code from the Linux Foundation Projects page
9
10 .. code-block:: bash
11
12     $ git clone https://gerrit.onap.org/r/optf/has
13
14 Use python virtual environment (https://virtualenv.pypa.io/en/stable/) to create and manage libraries and dependencies for HAS project.
15     $ virtualenv {virtual_environment_location}
16     
17     $ source {virtual_environemtn_location}/bin/activate
18
19 Inside of /has/conductor folder, run the following commands:
20     $ python setup.py install
21     
22     $ pip install -e .
23
24 In {virtual_environment_location}/bin folder, you should see the five components of HAS/Conductor project
25 conductor-api,conductor-controller, conductor-solver, conductor-reservation, conductor-data