aboutsummaryrefslogtreecommitdiffstats
path: root/docs/sections/configuration.rst
blob: 88048f84dde21441391dd53b948259629e4e2a27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
.. This work is licensed under a Creative Commons Attribution 4.0 International License.

Configuration
=============================================

Executing CMSO in a standalone environment requires

 * MariaDB instance
 * Maven
 * Java JDK 1.8

Executing the Robot testsuite requires

 * Python 3.7
 * Robot Framework

Running the example
-----------------------

TBD

Running the Robot Framework ETE testsuite
----------------------------------------------

TBD

Committing the Code
-----------------------    
    $ git commit -am "Initial proj struct"
    
    $ git review -s
    
    $ git commit -as --amend

# scroll down 2 lines (above your Change-ID) insert "Issue-ID: {issue_id}"
    
    $ git review