IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Initial Version and Version 1 of IppMonitor


Ignore:
Timestamp:
Feb 24, 2009, 4:23:57 PM (17 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IppMonitor

    v1 v1  
     1To run ippMonitor you need a working webserver that supports PHP executed from the ippMonitor directory. 
     2
     3Most people will probably get to this stage but then run into an error message about a missing DB.php module (if you didn't thing probably worked and you didn't click on this page).
     4
     5There are two issues that will immediately crop up.  One is that you need to figure out how to install PHP modules.  the PEAR system is the most popular way to do this.  The second issue is that the DB.php module has been obsoleted by the MBDB2.php module, so it's unlikely that one will find DB.php installed even in what touts itself to be a complete and modern PHP installation.  I used PEAR to an install of DB.php despite the out-of-dateness.  Then I had to make sure that PHP scripts were enabled on my webserver and allowed to execute from the ippMonitor directory.
     6
     7- Michael
     8
     9Here are Mark Huber's instructions following
     10
     11http://www.procata.com/blog/archives/2007/10/28/working-with-php-5-in-mac-os-x-105/
     12
     13  curl http://pear.php.net/go-pear > go-pear.php
     14  sudo php -q go-pear.php
     15 -- install in /usr/share/pear
     16 -- /private/etc/php.ini - pear will modify a path
     17 -- DB.php is outdated need to use older version prior MDB2?
     18  sudo /usr/share/pear/bin/pear upgrade DB
     19 -- restart apache