Changeset 41728 for trunk/ippMonitor
- Timestamp:
- Jul 26, 2021, 2:27:30 PM (5 years ago)
- Location:
- trunk/ippMonitor
- Files:
-
- 1 deleted
- 1 edited
-
INSTALL (modified) (3 diffs)
-
raw/site.php (deleted)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/INSTALL
r41135 r41728 1 #!/bin/sh 1 #!/bin/csh -f 2 3 echo "Do NOT run these commands as a script : read the comments and choose the options carefully" 4 echo "The examples below are appropriate for the 2021.07.22 installation on ipp117 for user 'ipp'" 5 exit 2 2 6 3 7 # below are commands to configure ippMonitor … … 9 13 # --site ~/ippconfig/ippmonitor.config 10 14 11 # set psconfig to use a different build from the standard ops tag. This allows 12 # testing of those parts of ippMonitor which depend on IPP code without modifyin 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. 16 psconfig ipp-trunk-20180515 15 # Set psconfig to use a different build from the standard ops tag. 16 # This allows testing of those parts of ippMonitor which depend on IPP 17 # code without modifying the operational installation 18 19 # The choice of psconfig also depends on which user account is used to 20 # build/install ippMonitor, so be careful when doing a new check-out 21 # of the code for a different user. 22 23 # The value also needs to match the PATH entry in ~/ippconfig/ippmonitor.config 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:" 28 psconfig ipp-20210708-gentoo 17 29 18 30 # run psconfigure to generate Makefile and raw/site.php … … 23 35 cp config.dat.in config.dat 24 36 37 # for running czarpool.pl, 38 cp czartool/czarconfig.xml.in czartool/czarconfig.xml 39 25 40 # install the php code: 26 41 # czartool_plots and ippMetrics will be linked to different path in different hostnames 27 42 make 28 43 29 # for running czarpool.pl,30 cp czartool/czarconfig.xml.in czartool/czarconfig.xml31 44 # then set gnuplot path for czartool_plots and ippMetrics in ippMonitor dir 32 45 # <path>/var/www/localhost/htdocs/ippMonitor/czartool_plots</path> 33 46 # <savelocation>/var/www/localhost/htdocs/ippMonitor/ippMetrics</savelocation> 34 # enter czartool35 ./czarpool.pl36 47 48 # czarpoll.pl and roboczar.pl should be launched within 'screen' processes, traditionally 49 # named CzarPoll and Roboczar 50
Note:
See TracChangeset
for help on using the changeset viewer.
