Changes between Version 2 and Version 3 of Internal/OMF-Note


Ignore:
Timestamp:
Mar 24, 2010, 2:26:55 PM (14 years ago)
Author:
Olivera Tosic
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/OMF-Note

    v2 v3  
    11When installing omg-aggmgr note the following:
    22
    3 
    4 ----
    5 in ogs.rb add variable that represents root directory of the application
     31.In ogs.rb add variable that represents root directory of the application
    64{{{
    75DEF_VAR_PATH ="/usr/share/omf-aggmgr-5.2/omf-aggmgr"
    86}}}
     72. In method register in ogs.rb add root path to server content
     8{{{
     9#Lets add root path to static server/service content
     10cfg.merge!('varPath' => "#{DEF_VAR_PATH}")
     11}}}