IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 8, 2023, 12:00:36 PM (3 years ago)
Author:
eugene
Message:

merge from eam_branches/ipp-20220316. add PDO DB access method (DBI now deprecated); modern PHP is more strict about array index names (must be quoted); more flexible locations for CZARPLOTDIR, METRICSPLOTDIR for test installations; add fpcamera

Location:
trunk/ippMonitor
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor

  • trunk/ippMonitor/INSTALL

    r41730 r42384  
    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.