Merge "Fix broken link to 5G RAN use case"
[optf/has.git] / docs / sections / configuration.rst
1 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
2
3 Configuration
4 =============================================
5
6 For the configuration inside the config-file, please refer to the README inside Gerrit  
7
8 It is worth noting that A&AI and MUSIC may be needed to run HAS project. Please refer to their setup page for installation.
9
10 For MUSIC version 2.4.x and newer refer Setup for Developing MUSIC
11
12 Running the example
13 -----------------------
14 To start the process, execute the following commands:
15     
16     $ conductor-api --port=8091 -- --config-file={conductor_conf_file_location} 
17     
18     $ conductor-controller --config-file={conductor_conf_file_location}
19     
20     $ conductor-solver --config-file={conductor_conf_file_location}
21     
22     $ conductor-reservation --config-file={conductor_conf_file_location}
23     
24     $ conductor-data --config-file={conductor_conf_file_location}
25
26 Committing the Code
27 -----------------------    
28     $ git commit -am "Initial proj struct"
29     
30     $ git review -s
31     
32     $ git commit -as --amend
33
34 # scroll down 2 lines (above your Change-ID) insert "Issue-ID: {issue_id}"
35     
36     $ git review