aboutsummaryrefslogtreecommitdiffstats
path: root/docs/sections/installation.rst
blob: 83167be75d817b7a4e8936c263b80d59915ee252 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.. This work is licensed under a Creative Commons Attribution 4.0 International License.

Installation
=============================================

Installing from the Source Code
------------------------------------
Get CMSO seed code from the Linux Foundation Projects page

.. code-block:: bash

    $ git clone https://gerrit.onap.org/r/a/optf/cmso

There are 3 folders in the project

 * cmso-service - Java Maven project (cmso-service/pom.xml)
 * cmso-database - Java Maven project (cmso-database/pom.xml) for managing database schema and migrations

   * Schema for the CMSO MariaDB database is in cmso-database/src/main/resources/cmso-dbchangelog/onap-cmso-v1-schema.sql

 * cmso-robot - Rabot framework project for used for unit and functional testing. See the project README for setup instructions.

   * Note that CMSO was developed using Robot framework as the primary unit testing vehicle.