IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links
wiki:IPP_Installation

Version 23 (modified by eugene, 14 years ago) ( diff )

--

Return to the Main Page

Download the IPP code from our SVN repository

  • our operation tags are listed under the 'tags' directory
  • Download from the trunk for the current bleeding-edge 'head' of the development tree.
  • older 'numbered version' can be found at IPP download page, but these are not supported.
  • if you want to build the IPP on your desktop Ubuntu based machine, it is safest to have the developer versions of critical libraries installed. This is safer than installing the IPP supplied versions because the developer versions are consistent with the build of existing packages on your machine. Here is an apt-get command that installs all of the developer packages we need:
    apt-get install libx11-dev libncurses-dev automake libtool libjpeg-dev zlib1g-dev libgsl0-dev libmysqlclient-dev libpng12-dev libgtk-3-dev
    

Build & Install (unify and clarify)

Install only Ohana

See OhanaStandAlone

Site-Specific Configuration

Camera-Specific Configuration

ippMonitor Installation

  • ippMonitor : Notes on installing PHP modules to allow ippMonitor to run - Michael Wood-Vasey and Mark Huber.
  • IppMonitor setup : Notes on IPP commands for setting up ippMonitor

Nebulous Installation

Notes

  • mysql can fill up its disk with log files. It is easy to flush the files if this happens:

mysql> flush logs; mysql> reset master;

It is also possible to limit the max size. See discussion on this site.

Note: See TracWiki for help on using the wiki.