Changeset 41126 for trunk/ippMonitor/INSTALL
- Timestamp:
- Nov 18, 2019, 8:49:27 PM (7 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/INSTALL (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/INSTALL
r40435 r41126 1 #!/bin/sh 1 2 2 3 # below are commands to configure ippMonitor … … 11 12 # testing of those parts of ippMonitor which depend on IPP code without modifyin 12 13 # 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. 13 16 psconfig ipp-trunk-20180515 14 17 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) 16 19 psconfigure --htdocs /var/www/localhost/htdocs --site ~/ippconfig/ippmonitor.config 20 21 # copy these files and modify them 22 cp config.dat.in config.dat 23 24 # for czarpool.pl, the path needs to be defined. 25 cp 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 17 30 18 31 # install the php code: 19 32 make 33 34
Note:
See TracChangeset
for help on using the changeset viewer.
