IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 40435 for trunk/ippMonitor


Ignore:
Timestamp:
May 15, 2018, 11:13:01 AM (8 years ago)
Author:
eugene
Message:

add some explanations, specify non-ops build

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/INSTALL

    r38216 r40435  
     1
     2# below are commands to configure ippMonitor
    13
    24# we have moved all user/password info into config.dat (see config.dat.in for an example)
     5
     6# --site defines the location of the ipp configuration site-specific information
    37# note that we have a special version for ippmonitor without $PSCONFIG/$PSCONFDIR values:
     8# --site ~/ippconfig/ippmonitor.config
     9
     10# set psconfig to use a different build from the standard ops tag.  This allows
     11# testing of those parts of ippMonitor which depend on IPP code without modifyin
     12# the operational installation
     13psconfig ipp-trunk-20180515
     14
     15# run psconfigure to generate Makefile and raw/site.php
    416psconfigure --htdocs /var/www/localhost/htdocs --site ~/ippconfig/ippmonitor.config
     17
     18# install the php code:
     19make
Note: See TracChangeset for help on using the changeset viewer.