Changes between Version 2 and Version 3 of Internal/OMF-Note
- Timestamp:
- Mar 24, 2010, 2:26:55 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/OMF-Note
v2 v3 1 1 When installing omg-aggmgr note the following: 2 2 3 4 ---- 5 in ogs.rb add variable that represents root directory of the application 3 1.In ogs.rb add variable that represents root directory of the application 6 4 {{{ 7 5 DEF_VAR_PATH ="/usr/share/omf-aggmgr-5.2/omf-aggmgr" 8 6 }}} 7 2. In method register in ogs.rb add root path to server content 8 {{{ 9 #Lets add root path to static server/service content 10 cfg.merge!('varPath' => "#{DEF_VAR_PATH}") 11 }}}