IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 14 and Version 15 of IPP_Operational_Configuration_Management


Ignore:
Timestamp:
Jul 20, 2011, 11:54:18 AM (15 years ago)
Author:
Serge CHASTEL
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IPP_Operational_Configuration_Management

    v14 v15  
    3838}}}
    3939== {{{ippconfig}}} Directory Files ==
     40Four files are managed in configuration in the operational {{{ippconfig}}} directory:
     41{{{
     42ippmonitor.config
     43ipprc.config
     44nebulous.config
     45site.config
     46}}}
    4047
     48If you are responsible for a change in the operational {{{ippconfig}}} directory (if you are not, the best is likely to ask ps-ipp-ops mailing-list). First go into the operational {{{ippconfig}}} directory:
     49{{{
     50cd ~ipp/ippconfig
     51}}}
     52Update and then inspect its contents (according to SVN):
     53{{{
     54svn update .
     55svn status . -q
     56}}}
     57
     58One of the files should be shown with an 'M'.
     59
     60=== Modified {{{ippmonitor.config}}} file ===
     61{{{
     62svn diff ippmonitor.config
     63}}}
     64If you are satisfied with the changes, as YOURSELF:
     65{{{
     66svn commit -m "`An informative message`" ippmonitor.config
     67}}}
     68
     69=== Modified {{{ipprc.config}}} file ===
     70{{{
     71svn diff ipprc.config
     72}}}
     73If you are satisfied with the changes, as YOURSELF:
     74{{{
     75svn commit -m "`An informative message`" ipprc.config
     76}}}
     77
     78=== Modified {{{nebulous.config}}} file ===
     79{{{
     80svn diff nebulous.config
     81}}}
     82If you are satisfied with the changes, as YOURSELF:
     83{{{
     84svn commit -m "`An informative message`" nebulous.config
     85}}}
     86
     87=== Modified {{{site.config}}} file ===
     88{{{
     89svn diff site.config
     90}}}
     91If you are satisfied with the changes, as YOURSELF:
     92{{{
     93svn commit -m "`An informative message`" site.config
     94}}}
    4195== Databases Configuration Files ==
    4296