Index: trunk/ippMonitor/INSTALL
===================================================================
--- trunk/ippMonitor/INSTALL	(revision 41126)
+++ trunk/ippMonitor/INSTALL	(revision 41135)
@@ -12,23 +12,25 @@
 # testing of those parts of ippMonitor which depend on IPP code without modifyin
 # the operational installation
-# 2019.11.18 CCL: which parts of ippMonitor depends on IPP codes?  If there is not many
+# 2019.11.18 CCL: not sure which parts of ippMonitor depends on IPP codes?  If there is not many
 #                 , just use trunk version should work fine.
 psconfig ipp-trunk-20180515
 
-# run psconfigure to generate Makefile and raw/site.php (site.php.in includes CZARPLOTDIR now)
+# run psconfigure to generate Makefile and raw/site.php 
+# $CZARPLOTDIR and $METRICSPLOTDIR will be generated a link in the same folder as ippMonitor  
 psconfigure --htdocs /var/www/localhost/htdocs --site ~/ippconfig/ippmonitor.config
 
-# copy these files and modify them
+# copy these files and modify them (CCL removed CZARPLOTDIR)
 cp config.dat.in config.dat
 
-# for czarpool.pl, the path needs to be defined. 
-cp czartool/czarconfig.xml.in czartool/czarconfig.xml
-# then set gnuplot path <path>/export/ipp113.0/ipp/czartool_plots</path>  --> for ipp113
-# ipp117 is set to be rsynced in crontab regularly from ipp113's path,
-# so need to remove crontab if czarpool.pl is under development 
-# then set gnuplot path <path>/export/ipp117.0/ipp/czartool_plots</path>  --> for ipp117
-
 # install the php code:
+# czartool_plots and ippMetrics will be linked to different path in different hostnames 
 make
 
+# for running czarpool.pl, 
+cp czartool/czarconfig.xml.in czartool/czarconfig.xml
+# then set gnuplot path for czartool_plots and ippMetrics in ippMonitor dir
+# <path>/var/www/localhost/htdocs/ippMonitor/czartool_plots</path> 
+# <savelocation>/var/www/localhost/htdocs/ippMonitor/ippMetrics</savelocation>
+# enter czartool
+./czarpool.pl
 
