blob: 0404192a545fe6a8b7ca76888ea8690ac3dc8c35 [file] [log] [blame]
elinuxhenrik2a6084b2021-06-02 15:31:18 +02001.. This work is licensed under a Creative Commons Attribution 4.0 International License.
2.. http://creativecommons.org/licenses/by/4.0
3.. Copyright (C) 2021 Nordix
4
5Installation Guide
6==================
7
8Abstract
9--------
10
11This document describes how to install the Non-RT RIC components, their dependencies and required system resources.
12
13Preface
14-------
15
16See the README file in the "docker-compose" folder for more information.
17
18Software Installation and Deployment
19------------------------------------
20
21Install with Docker
22+++++++++++++++++++
23
24Docker compose files are provided, in the "docker-compose" folder, to install the components. Run the following
25command to start the components:
26
27 .. code-block:: bash
28
29 docker-compose -f docker-compose.yaml
30 -f policy-service/docker-compose.yaml
ecaiyanlinuxa3c38de2021-11-29 14:27:09 +010031 -f ics/docker-compose.yaml
elinuxhenrik2a6084b2021-06-02 15:31:18 +020032
33Install with Helm
34+++++++++++++++++
35
36Helm charts and an example recipe are provided in the `it/dep repo <https://gerrit.o-ran-sc.org/r/admin/repos/it/dep>`__,
37under "nonrtric". By modifying the variables named "installXXX" in the beginning of the example recipe file, which
38components that will be installed can be controlled. Then the components can be installed and started by running the
39following comand:
40
41 .. code-block:: bash
42
43 bin/deploy-nonrtric -f nonrtric/RECIPE_EXAMPLE/example_recipe.yaml