aboutsummaryrefslogtreecommitdiffstats
path: root/docs/sections/configuration.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/sections/configuration.rst')
-rw-r--r--docs/sections/configuration.rst37
1 files changed, 37 insertions, 0 deletions
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