IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 18, 2019, 8:49:27 PM (7 years ago)
Author:
ippitc
Message:

CCL: some updates for installation easily

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/INSTALL

    r40435 r41126  
     1#!/bin/sh
    12
    23# below are commands to configure ippMonitor
     
    1112# testing of those parts of ippMonitor which depend on IPP code without modifyin
    1213# the operational installation
     14# 2019.11.18 CCL: which parts of ippMonitor depends on IPP codes?  If there is not many
     15#                 , just use trunk version should work fine.
    1316psconfig ipp-trunk-20180515
    1417
    15 # run psconfigure to generate Makefile and raw/site.php
     18# run psconfigure to generate Makefile and raw/site.php (site.php.in includes CZARPLOTDIR now)
    1619psconfigure --htdocs /var/www/localhost/htdocs --site ~/ippconfig/ippmonitor.config
     20
     21# copy these files and modify them
     22cp config.dat.in config.dat
     23
     24# for czarpool.pl, the path needs to be defined.
     25cp 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
    1730
    1831# install the php code:
    1932make
     33
     34
Note: See TracChangeset for help on using the changeset viewer.