IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links
wiki:VYSOS5.20090806

Version 6 (modified by eugene, 17 years ago) ( diff )

--

(return to Data Analysis Examples)

  • I built the IPP software from svn trunk (r25003)
    • hit and fixed an issue with libreadline linkage vs libncurses (#1284)
  • created an ippadmin database and ippadmin user (dropped existing empty ippadmin):

ippadmin init localhost ippuser ipp

  • created an empty-password ssh key for use by the ipp user:

ssh-keygen

  • set up the user config files:
    • cp src/ipp.20090805/ippconfig/ipprc.config .ipprc
    • cp src/ipp.20090805/ippconfig/site.config.in install/ipp.20090805.lin64/share/ippconfig/site.config
    • edit site.config to include db host, etc information
  • install ippMonitor:
    • cd src/ipp.20090805/ippMonitor/
    • psconfigure --dbhost vysosdata1 --dbuser ippuser --dbpass (XXX) --htdocs /srv/www/htdocs
    • make (failed at first try because of permissions on /srv/www/htdocs)
    • missing DB.php on the apache server
  • set up a demo database:
    • ippadmin project vysosdata1 ippuser demo_20090806
    • pxadmin -dbname demo_20090806 -create
  • inject data (science, flat, dark)
    • ipp_serial_inject.pl --telescope vysos --camera vysos --workdir /home/ipp/data/demo.20090806 --end_stage reg --dbname demo_20090806 newdata/20090630/*.fts
    • ipp_serial_inject.pl --telescope vysos --camera vysos --workdir /home/ipp/data/demo.20090806 --end_stage reg --dbname demo_20090806 newdata/20090630/flats/*.fts
    • ipp_serial_inject.pl --telescope vysos --camera vysos --workdir /home/ipp/data/demo.20090806 --end_stage reg --dbname demo_20090806 newdata/20090630/Calibration/*.fts
Note: See TracWiki for help on using the wiki.