IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 41728 for trunk/ippMonitor


Ignore:
Timestamp:
Jul 26, 2021, 2:27:30 PM (5 years ago)
Author:
eugene
Message:

remove site.php from the svn tree

Location:
trunk/ippMonitor
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/INSTALL

    r41135 r41728  
    1 #!/bin/sh
     1#!/bin/csh -f
     2
     3echo "Do NOT run these commands as a script : read the comments and choose the options carefully"
     4echo "The examples below are appropriate for the 2021.07.22 installation on ipp117 for user 'ipp'"
     5exit 2
    26
    37# below are commands to configure ippMonitor
     
    913# --site ~/ippconfig/ippmonitor.config
    1014
    11 # set psconfig to use a different build from the standard ops tag.  This allows
    12 # testing of those parts of ippMonitor which depend on IPP code without modifyin
    13 # the operational installation
    14 # 2019.11.18 CCL: not sure which parts of ippMonitor depends on IPP codes?  If there is not many
    15 #                 , just use trunk version should work fine.
    16 psconfig ipp-trunk-20180515
     15# Set psconfig to use a different build from the standard ops tag.
     16# This allows testing of those parts of ippMonitor which depend on IPP
     17# code without modifying the operational installation
     18
     19# The choice of psconfig also depends on which user account is used to
     20# build/install ippMonitor, so be careful when doing a new check-out
     21# of the code for a different user.
     22
     23# The value also needs to match the PATH entry in ~/ippconfig/ippmonitor.config
     24
     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:"
     28psconfig ipp-20210708-gentoo
    1729
    1830# run psconfigure to generate Makefile and raw/site.php
     
    2335cp config.dat.in config.dat
    2436
     37# for running czarpool.pl,
     38cp czartool/czarconfig.xml.in czartool/czarconfig.xml
     39
    2540# install the php code:
    2641# czartool_plots and ippMetrics will be linked to different path in different hostnames
    2742make
    2843
    29 # for running czarpool.pl,
    30 cp czartool/czarconfig.xml.in czartool/czarconfig.xml
    3144# then set gnuplot path for czartool_plots and ippMetrics in ippMonitor dir
    3245# <path>/var/www/localhost/htdocs/ippMonitor/czartool_plots</path>
    3346# <savelocation>/var/www/localhost/htdocs/ippMonitor/ippMetrics</savelocation>
    34 # enter czartool
    35 ./czarpool.pl
    3647
     48# czarpoll.pl and roboczar.pl should be launched within 'screen' processes, traditionally
     49# named CzarPoll and Roboczar
     50 
Note: See TracChangeset for help on using the changeset viewer.