IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 25, 2019, 4:14:49 PM (7 years ago)
Author:
ippitc
Message:

CCL: update czarpoll path and installation instruction

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/INSTALL

    r41126 r41135  
    1212# testing of those parts of ippMonitor which depend on IPP code without modifyin
    1313# the operational installation
    14 # 2019.11.18 CCL: which parts of ippMonitor depends on IPP codes?  If there is not many
     14# 2019.11.18 CCL: not sure which parts of ippMonitor depends on IPP codes?  If there is not many
    1515#                 , just use trunk version should work fine.
    1616psconfig ipp-trunk-20180515
    1717
    18 # run psconfigure to generate Makefile and raw/site.php (site.php.in includes CZARPLOTDIR now)
     18# run psconfigure to generate Makefile and raw/site.php
     19# $CZARPLOTDIR and $METRICSPLOTDIR will be generated a link in the same folder as ippMonitor 
    1920psconfigure --htdocs /var/www/localhost/htdocs --site ~/ippconfig/ippmonitor.config
    2021
    21 # copy these files and modify them
     22# copy these files and modify them (CCL removed CZARPLOTDIR)
    2223cp config.dat.in config.dat
    2324
    24 # for czarpool.pl, the path needs to be defined.
    25 cp czartool/czarconfig.xml.in czartool/czarconfig.xml
    26 # then set gnuplot path <path>/export/ipp113.0/ipp/czartool_plots</path>  --> for ipp113
    27 # ipp117 is set to be rsynced in crontab regularly from ipp113's path,
    28 # so need to remove crontab if czarpool.pl is under development
    29 # then set gnuplot path <path>/export/ipp117.0/ipp/czartool_plots</path>  --> for ipp117
    30 
    3125# install the php code:
     26# czartool_plots and ippMetrics will be linked to different path in different hostnames
    3227make
    3328
     29# for running czarpool.pl,
     30cp czartool/czarconfig.xml.in czartool/czarconfig.xml
     31# then set gnuplot path for czartool_plots and ippMetrics in ippMonitor dir
     32# <path>/var/www/localhost/htdocs/ippMonitor/czartool_plots</path>
     33# <savelocation>/var/www/localhost/htdocs/ippMonitor/ippMetrics</savelocation>
     34# enter czartool
     35./czarpool.pl
    3436
Note: See TracChangeset for help on using the changeset viewer.