Changeset 41170 for branches/eam_branches/ipp-20191011/ippMonitor/INSTALL
- Timestamp:
- Nov 27, 2019, 11:39:38 AM (7 years ago)
- Location:
- branches/eam_branches/ipp-20191011
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
ippMonitor (modified) (1 prop)
-
ippMonitor/INSTALL (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20191011
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20191011/ippMonitor
- Property svn:mergeinfo changed
/trunk/ippMonitor (added) merged: 40936,41125-41126,41132-41135
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20191011/ippMonitor/INSTALL
r40435 r41170 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: not sure 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 19 # $CZARPLOTDIR and $METRICSPLOTDIR will be generated a link in the same folder as ippMonitor 16 20 psconfigure --htdocs /var/www/localhost/htdocs --site ~/ippconfig/ippmonitor.config 17 21 22 # copy these files and modify them (CCL removed CZARPLOTDIR) 23 cp config.dat.in config.dat 24 18 25 # install the php code: 26 # czartool_plots and ippMetrics will be linked to different path in different hostnames 19 27 make 28 29 # for running czarpool.pl, 30 cp czartool/czarconfig.xml.in czartool/czarconfig.xml 31 # then set gnuplot path for czartool_plots and ippMetrics in ippMonitor dir 32 # <path>/var/www/localhost/htdocs/ippMonitor/czartool_plots</path> 33 # <savelocation>/var/www/localhost/htdocs/ippMonitor/ippMetrics</savelocation> 34 # enter czartool 35 ./czarpool.pl 36
Note:
See TracChangeset
for help on using the changeset viewer.
