Return to the [wiki:WikiStart Main Page] [[PageOutline]] = Download the IPP code from our SVN repository = * our operation tags are listed under the [source:tags 'tags' directory] * names are of the form 'ipp-YYYYMMDD' for the tag creation date * direct links to recent tags * [source:tags/ipp-20120626 ipp-20120626] * [source:tags/ipp-20120531 ipp-20120531] * [source:tags/ipp-20120404 ipp-20120404] * [source:tags/ipp-20120216 ipp-20120216] * [source:tags/ipp-20111222 ipp-20111222] * [source:tags/ipp-20111110 ipp-20111110] * [source:trunk Download from the trunk] for the current bleeding-edge 'head' of the development tree. * older 'numbered version' can be found at [http://pan-starrs.ifa.hawaii.edu/project/IPP/software IPP download page], but these are not supported. = Build & Install (unify and clarify) = * [wiki:Ubuntu_1204_Build_Issues Ubuntu 12.04 and related issues] : notes on updates to the build scripts motivated by changes from Ubuntu 12.04 and related * [wiki:MagicInstallIssues] : Notes related to building magic * [wiki:IPPatTheROE IPPInstallStepByStep-2.9-debian-ROE]: Notes for installing ipp-2.9 at the ROE - Eric Tittley * [wiki:IPPInstallStepByStep-2.6.1-RHEL5.1-Odyssey IPPInstallStepByStep-2.6.1-RHEL5.1-Odyssey] : Notes on installing ipp-2.6.1 on Harvard's Odyssey cluster - Joel Welling * [wiki:IPPInstallStepByStep-2.6.1-FC7 IPPInstallStepByStep-2.6.1-FC7] : Notes on installing ipp-2.6.1 for !FedoraCore7 - Yuji Urata & Lijin Huang * [wiki:Install_on_ubuntu Install on ubuntu] * [wiki:CFITSIO CFITSIO] : CFITSIO always seems picky and sometimes causes installation trouble. * __Mac OS X (Darwin) Installation Guides__ * [wiki:IPPInstallStepByStep-2.9-MacOSX IPP-2.9 installation on Mac OS X (10.6)] : A complete build and install from a clean Snow Leopard system (Mike Lum) * [wiki:Libjpeg_on_OSX libjpeg on OSX] : how to install libjpeg on the Great Steve's operating system * __Older Mac Installation Guides__ * [wiki:IPPInstallStepByStep-2.6.1 IPPInstallStepByStep-2.6.1] : Notes on installing ipp-2.6.1 + Mac OS X (10.5.4) - Poshih Chiang (updated by Colin Aspin) * [wiki:IPPInstallStepByStep-2.5 IPPInstallStepByStep-2.5] : Notes on installing IPP 2.5(.1) for Max OS X (10.4) and Debian 4.0 - Berian James & Hannah Parkinson * [wiki:IPPInstallStepByStep-2.4-cr-0 IPPInstallStepByStep-2.4-cr-0] : Notes on installing IPP 2.4-cr-0 + Mac OS X notes - Michael Wood-Vasey * [wiki:IPPInstallStepByStep-2.2 IPPInstallStepByStep-2.2] : Notes on installing IPP 2.2 + Mac OS X notes - Michael Wood-Vasey * Old Installation Guides (out-of-date) * [wiki:IPPInstallStepByStep-2.6 IPPInstallStepByStep-2.6] : Notes on installing IPP 2.6 for !RedHat - Alexander Laurich * [wiki: libmysqlclient]: It is advised to install your system dependent (e.g. with sudo apt-get install libmysqlclient). If the {{{libmysqlclient}}} library is not installed on your system, the IPP installation script will install it for you. However there might be a parameter to change if you encounter the mysql related following error when you start the mysql client: {{{ ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) }}} You need to edit and change the psconfig/tagsets/ipp-3.0.libs configuration libmysql related entry. The current value: {{{ [...] lib libmysqlclient NONE mysql mysql-5.0.51a.tar.gz mysql-5.0.51a N --with-unix-socket-path=/var/run/mysqld/mysqld.sock NONE NONE [...] }}} should be replaced by: {{{ [...] lib libmysqlclient NONE mysql mysql-5.0.51a.tar.gz mysql-5.0.51a N --with-unix-socket-path= NONE NONE [...] }}} The {{{}}} value can be found in the mysql server configuration file (usually {{{/etc/mysql/my.cnf}}}): {{{ [...] socket = /arbitrary/path/to/mysqld.sock [...] }}} = Install only Ohana = See [wiki:OhanaStandAlone] = Site-Specific Configuration = * [wiki:ParallelIPPvers Hints on installing and running one or multiple IPP versions in parallel] with examples that work in Heidelberg * [wiki:Configfiles Setting up configfiles for non-Hawaiian cameras] * [wiki:Odyssey_Cluster_Configuration Odyssey Cluster Configuration] * [https://svn.ifa.hawaii.edu/gpc/browser/sw/trunk/fits/burntool gpc svn browser for burntool] = Camera-Specific Configuration = = ippMonitor Installation = * [wiki:IppMonitor ippMonitor] : Notes on installing PHP modules to allow ippMonitor to run - Michael Wood-Vasey and Mark Huber. * [wiki:IppMonitor_setup 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 [http://legroom.net/2008/06/29/flush-and-reset-mysql-binary-logs this site].