Changeset 41730 for trunk/ippMonitor/INSTALL
- Timestamp:
- Jul 29, 2021, 2:53:32 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/INSTALL (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/INSTALL
r41728 r41730 23 23 # The value also needs to match the PATH entry in ~/ippconfig/ippmonitor.config 24 24 25 # Choose an appropriate psconfig (must exist and match PATH in ~/ippconfig/ippmonitor.config) "26 # It also must be built for the same O/S as the install machine "27 # for example: "25 # Choose an appropriate psconfig (must exist and match PATH in ~/ippconfig/ippmonitor.config) 26 # It also must be built for the same O/S as the install machine 27 # for example: 28 28 psconfig ipp-20210708-gentoo 29 29 30 30 # run psconfigure to generate Makefile and raw/site.php 31 # $CZARPLOTDIR and $METRICSPLOTDIR will be generated a link in the same folder as ippMonitor 32 psconfigure --htdocs /var/www/localhost/htdocs --site ~/ippconfig/ippmonitor.config 31 # DO NOT check site.php into the svn tree 32 # $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.config 33 35 34 # copy these files and modify them (CCL removed CZARPLOTDIR) 36 ## NOTES: 37 ## psconfigure defines the --prefix and related options based on the psconfig system 38 ## The --wwwbin option sets the location of the ippMonitor scripts. 39 ## If not specified here, this defaults to $prefix/wwwbin. 40 ## In order to keep the development and operational systems distinct, it is useful to assign the wwwbin under /var/www 41 ## For an initial installation, you may need to create /var/www/localhost/wwwbin 42 43 # Copy these files and modify them. 44 # config.dat is used to generate the site.php file installed in the htdocs location 35 45 cp config.dat.in config.dat 36 46 37 # for running czarpool.pl,47 # czarconfig.xml is used by czarpool.pl 38 48 cp czartool/czarconfig.xml.in czartool/czarconfig.xml 39 49 … … 42 52 make 43 53 44 # then set gnuplot path for czartool_plots and ippMetrics in ippMonitor dir45 # <path>/var/www/localhost/htdocs/ippMonitor/czartool_plots</path>46 # <savelocation>/var/www/localhost/htdocs/ippMonitor/ippMetrics</savelocation>47 48 54 # czarpoll.pl and roboczar.pl should be launched within 'screen' processes, traditionally 49 55 # named CzarPoll and Roboczar
Note:
See TracChangeset
for help on using the changeset viewer.
