Changeset 42199 for branches/eam_branches/ipp-20220316
- Timestamp:
- May 17, 2022, 3:17:13 PM (4 years ago)
- Location:
- branches/eam_branches/ipp-20220316/ippMonitor
- Files:
-
- 2 edited
-
INSTALL (modified) (2 diffs)
-
Makefile.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20220316/ippMonitor/INSTALL
r41730 r42199 28 28 psconfig ipp-20210708-gentoo 29 29 30 # Copy these files and modify them. 31 # config.dat is used to generate the site.php file installed in the htdocs location 32 cp config.dat.in config.dat 33 34 # czarconfig.xml is used by czarpool.pl 35 cp czartool/czarconfig.xml.in czartool/czarconfig.xml 36 30 37 # run psconfigure to generate Makefile and raw/site.php 31 38 # DO NOT check site.php into the svn tree 32 39 # $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.config40 # 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 35 42 36 43 ## NOTES: … … 41 48 ## For an initial installation, you may need to create /var/www/localhost/wwwbin 42 49 43 # Copy these files and modify them.44 # config.dat is used to generate the site.php file installed in the htdocs location45 cp config.dat.in config.dat46 47 # czarconfig.xml is used by czarpool.pl48 cp czartool/czarconfig.xml.in czartool/czarconfig.xml49 50 50 # install the php code: 51 51 # czartool_plots and ippMetrics will be linked to different path in different hostnames -
branches/eam_branches/ipp-20220316/ippMonitor/Makefile.in
r41730 r42199 9 9 DESTBIN = @WWWBIN@ 10 10 DESTWWW = @HTDOCS@/ippMonitor 11 CZARPLOTDIR = /export/@HOST2@.0/ipp/czartool_plots 12 METRICSPLOTDIR = /export/@HOST2@.0/ipp/ippMetrics 11 12 CZARPLOTDIR = @PLTDIR@/czartool_plots 13 METRICSPLOTDIR = @PLTDIR@/ippMetrics 13 14 14 15 GENERATE = $(SCRIPTS)/generate
Note:
See TracChangeset
for help on using the changeset viewer.
