Changes between Version 39 and Version 40 of Internal/SandboxConsoleSetup
- Timestamp:
- Jun 12, 2015, 9:48:32 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/SandboxConsoleSetup
v39 v40 101 101 apt-get install omf-aggmgr-common-5.4 omf-common-5.4 omf-expctl-5.4 omf-aggmgr-result-5.4 liboml2 oml2-server 102 102 }}} 103 13. OMF Configuration 104 105 Copy a working config file for /etc/omf-expctl-5.X/omf-expctl.yaml from another sandbox and modify its 103 1. Copy a working config file for /etc/omf-expctl-5.X/omf-expctl.yaml from another sandbox and modify its 106 104 ip addresses and the domain name. The XMPP server is xmpp for 5.3 and xmpp2.orbit-lab.org for 5.4. 107 108 105 1. Copy /etc/omf-expctl-5.X/services.yaml 106 6. Configure omf-aggmgr-5.4 to enable result service by creating file in /etc/omf-aggmgr-5.X/available/result.yaml with 109 107 {{{ 110 108 --- … … 115 113 # Path to the directory holding the experiment measurement databases 116 114 database_path: '/var/lib/oml2' 117 118 115 }}} 119 120 and then link it: 116 1. and then link it: 121 117 {{{ 122 118 cd /etc/omf-aggmgr-5.3/enabled; ln -s ../available/result.xml 123 119 }}} 124 125 120 14. Link omf to omf-5.4 with the following command 126 121 {{{