
# below are commands to configure ippMonitor

# we have moved all user/password info into config.dat (see config.dat.in for an example)

# --site defines the location of the ipp configuration site-specific information
# note that we have a special version for ippmonitor without $PSCONFIG/$PSCONFDIR values:
# --site ~/ippconfig/ippmonitor.config

# set psconfig to use a different build from the standard ops tag.  This allows 
# testing of those parts of ippMonitor which depend on IPP code without modifyin
# the operational installation
psconfig ipp-trunk-20180515

# run psconfigure to generate Makefile and raw/site.php
psconfigure --htdocs /var/www/localhost/htdocs --site ~/ippconfig/ippmonitor.config

# install the php code:
make
