IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 15, 2023, 11:33:58 AM (3 years ago)
Author:
eugene
Message:

remove old version of czartool, add PDO interface in build

Location:
branches/eam_branches/ipp-20230313/ippMonitor
Files:
2 edited

Legend:

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

    r42384 r42546  
    3939# $CZARPLOTDIR and $METRICSPLOTDIR will be generated as links in the same folder as ippMonitor 
    4040# the structure of the names for these two directories are defined in Makefile.in a
    41 psconfigure --htdocs /var/www/localhost/htdocs --wwwbin /var/www/localhost/wwwbin --pltdir /some/path --site ~/ippconfig/ippmonitor.config
     41psconfigure --htdocs /var/www/localhost/htdocs --wwwbin /var/www/localhost/wwwbin --pltdir /some/path --site ~/ippconfig/ippmonitor.config --usePDO
     42
     43# note that modern php requires the use of PDO, the older MDB2 and DB mysql interfaces have been deprecated
    4244
    4345## NOTES:
  • branches/eam_branches/ipp-20230313/ippMonitor/Makefile.in

    r42384 r42546  
    6969$(DESTWWW)/ipp.czartool.dat \
    7070$(DESTWWW)/czartool_labels.php \
    71 $(DESTWWW)/czartool_labels_old.php \
    7271$(DESTWWW)/czartool_getplot.php \
    7372$(DESTWWW)/czartool_exposures.php \
Note: See TracChangeset for help on using the changeset viewer.