IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Initial Version and Version 1 of IPP_on_ifaps1


Ignore:
Timestamp:
Oct 14, 2010, 3:17:51 PM (16 years ago)
Author:
heather
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IPP_on_ifaps1

    v1 v1  
     1If 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. 
     2
     3== setting up IPP on your account ==
     4
     5First you need to ssh to the ifaps1:
     6
     7{{{
     8ssh username@ifaps1
     9}}}
     10Then copy .ptolemyrc and .ipprc from the user ipp:
     11
     12{{{
     13cp ~ipp/.ptolemyrc ~/
     14cp ~ipp/.ipprc to your ~/
     15}}}
     16
     17
     18and then edit ~/.tcshrc and add the following:
     19
     20{{{
     21if (-e /home/ifaps1/ipp/psconfig//psconfig.csh) then
     22      alias  psconfig        "source /home/ifaps1/ipp/psconfig//psconfig.csh"
     23       psconfig default
     24 endif
     25 }}}
     26That should be all that is necessary to run the IPP on ifaps1 (under your account).
     27