From 5b60091b06c7ba43700a44348ea0108213aa7d34 Mon Sep 17 00:00:00 2001 From: Jerry Flood Date: Thu, 8 Nov 2018 12:25:29 -0500 Subject: Create docs outline for CMSO Issue-ID: OPTFRA-394 Change-Id: I55e1738c3397c71d73399ebf78cb42a3b441afec Signed-off-by: Jerry Flood --- docs/sections/configuration.rst | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 docs/sections/configuration.rst (limited to 'docs/sections/configuration.rst') diff --git a/docs/sections/configuration.rst b/docs/sections/configuration.rst new file mode 100644 index 0000000..b394436 --- /dev/null +++ b/docs/sections/configuration.rst @@ -0,0 +1,37 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. + +Configuration +============================================= + +Executing CMSO in a standalone environment requires + + * MarisDB instance + * Maven + * Java JDK 1.8 + +Executing the Robot testsuite requires + + * Pyhton 2.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 -- cgit 1.2.3-korg