From 87fca0ecffbf0b2f87b130dc858226fbd28e890d Mon Sep 17 00:00:00 2001 From: sandovalfr Date: Thu, 29 Nov 2018 10:24:48 -0700 Subject: R3 RTD Issue-ID: OPTFRA-262 Change-Id: Ida4d07f43167ed3f71b8d833b9bba237d3b19312 Signed-off-by: sandovalfrOAM --- docs/sections/configuration.rst | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 docs/sections/configuration.rst (limited to 'docs/sections/configuration.rst') diff --git a/docs/sections/configuration.rst b/docs/sections/configuration.rst deleted file mode 100644 index 5e55a89..0000000 --- a/docs/sections/configuration.rst +++ /dev/null @@ -1,36 +0,0 @@ -.. This work is licensed under a Creative Commons Attribution 4.0 International License. - -Configuration -============================================= - -For the configuration inside the config-file, please refer to the README inside Gerrit - -It is worth noting that A&AI and MUSIC may be needed to run HAS project. Please refer to their setup page for installation. - -For MUSIC version 2.4.x and newer refer Setup for Developing MUSIC - -Running the example ------------------------ -To start the process, execute the following commands: - - $ conductor-api --port=8091 -- --config-file={conductor_conf_file_location} - - $ conductor-controller --config-file={conductor_conf_file_location} - - $ conductor-solver --config-file={conductor_conf_file_location} - - $ conductor-reservation --config-file={conductor_conf_file_location} - - $ conductor-data --config-file={conductor_conf_file_location} - -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