diff options
Diffstat (limited to 'docs/sections/installation.rst')
-rw-r--r-- | docs/sections/installation.rst | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/docs/sections/installation.rst b/docs/sections/installation.rst new file mode 100644 index 0000000..83167be --- /dev/null +++ b/docs/sections/installation.rst @@ -0,0 +1,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. |