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

Version 1 (modified by heather, 16 years ago) ( diff )

--

If you have access to the ifaps1 machine at the ifa, you can 'steal' the ipp user's config files in order to use the IPP without compiling or worrying about keeping the IPP software up to date. The IPP build for the ipp user is updated and maintained by Heather Flewelling.

setting up IPP on your account

First you need to ssh to the ifaps1:

ssh username@ifaps1

Then copy .ptolemyrc and .ipprc from the user ipp:

cp ~ipp/.ptolemyrc ~/
cp ~ipp/.ipprc to your ~/

and then edit ~/.tcshrc and add the following:

if (-e /home/ifaps1/ipp/psconfig//psconfig.csh) then
      alias  psconfig        "source /home/ifaps1/ipp/psconfig//psconfig.csh"
       psconfig default
 endif

That should be all that is necessary to run the IPP on ifaps1 (under your account).

Note: See TracWiki for help on using the wiki.