IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 17, 2022, 3:17:13 PM (4 years ago)
Author:
eugene
Message:

add PLTDIR configure option (less hard-wired)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20220316/ippMonitor/INSTALL

    r41730 r42199  
    2828psconfig ipp-20210708-gentoo
    2929
     30# Copy these files and modify them.
     31# config.dat is used to generate the site.php file installed in the htdocs location
     32cp config.dat.in config.dat
     33
     34# czarconfig.xml is used by czarpool.pl
     35cp czartool/czarconfig.xml.in czartool/czarconfig.xml
     36
    3037# run psconfigure to generate Makefile and raw/site.php
    3138# DO NOT check site.php into the svn tree
    3239# $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
    34 psconfigure --htdocs /var/www/localhost/htdocs --wwwbin /var/www/localhost/wwwbin --site ~/ippconfig/ippmonitor.config
     40# the structure of the names for these two directories are defined in Makefile.in a
     41psconfigure --htdocs /var/www/localhost/htdocs --wwwbin /var/www/localhost/wwwbin --pltdir /some/path --site ~/ippconfig/ippmonitor.config
    3542
    3643## NOTES:
     
    4148## For an initial installation, you may need to create /var/www/localhost/wwwbin
    4249
    43 # Copy these files and modify them.
    44 # config.dat is used to generate the site.php file installed in the htdocs location
    45 cp config.dat.in config.dat
    46 
    47 # czarconfig.xml is used by czarpool.pl
    48 cp czartool/czarconfig.xml.in czartool/czarconfig.xml
    49 
    5050# install the php code:
    5151# czartool_plots and ippMetrics will be linked to different path in different hostnames
Note: See TracChangeset for help on using the changeset viewer.