IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 29, 2021, 2:53:32 PM (5 years ago)
Author:
eugene
Message:

ippMonitor scripts are now installed in a distinct location so they can be modified independently of the IPP code for both development and operations installations; disabled the "cleanTmpDirectory" option from the website

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/INSTALL

    r41728 r41730  
    2323# The value also needs to match the PATH entry in ~/ippconfig/ippmonitor.config
    2424
    25 # Choose an appropriate psconfig (must exist and match PATH in ~/ippconfig/ippmonitor.config)"
    26 # It also must be built for the same O/S as the install machine"
    27 # for example:"
     25# Choose an appropriate psconfig (must exist and match PATH in ~/ippconfig/ippmonitor.config)
     26# It also must be built for the same O/S as the install machine
     27# for example:
    2828psconfig ipp-20210708-gentoo
    2929
    3030# run psconfigure to generate Makefile and raw/site.php
    31 # $CZARPLOTDIR and $METRICSPLOTDIR will be generated a link in the same folder as ippMonitor 
    32 psconfigure --htdocs /var/www/localhost/htdocs --site ~/ippconfig/ippmonitor.config
     31# DO NOT check site.php into the svn tree
     32# $CZARPLOTDIR and $METRICSPLOTDIR will be generated as links in the same folder as ippMonitor 
     33# the structure of the names for these two directories are defined in Makefile.in
     34psconfigure --htdocs /var/www/localhost/htdocs --wwwbin /var/www/localhost/wwwbin --site ~/ippconfig/ippmonitor.config
    3335
    34 # copy these files and modify them (CCL removed CZARPLOTDIR)
     36## NOTES:
     37## psconfigure defines the --prefix and related options based on the psconfig system
     38## The --wwwbin option sets the location of the ippMonitor scripts. 
     39## If not specified here, this defaults to $prefix/wwwbin. 
     40## In order to keep the development and operational systems distinct, it is useful to assign the wwwbin under /var/www
     41## For an initial installation, you may need to create /var/www/localhost/wwwbin
     42
     43# Copy these files and modify them.
     44# config.dat is used to generate the site.php file installed in the htdocs location
    3545cp config.dat.in config.dat
    3646
    37 # for running czarpool.pl,
     47# czarconfig.xml is used by czarpool.pl
    3848cp czartool/czarconfig.xml.in czartool/czarconfig.xml
    3949
     
    4252make
    4353
    44 # then set gnuplot path for czartool_plots and ippMetrics in ippMonitor dir
    45 # <path>/var/www/localhost/htdocs/ippMonitor/czartool_plots</path>
    46 # <savelocation>/var/www/localhost/htdocs/ippMonitor/ippMetrics</savelocation>
    47 
    4854# czarpoll.pl and roboczar.pl should be launched within 'screen' processes, traditionally
    4955# named CzarPoll and Roboczar
Note: See TracChangeset for help on using the changeset viewer.