IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4666


Ignore:
Timestamp:
Jul 29, 2005, 11:38:51 AM (21 years ago)
Author:
jhoblitt
Message:

add install instructions for PS:IPP::Metadata::Config

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/glueforge/INSTALL

    r4663 r4666  
    1 # $Id: INSTALL,v 1.1 2005-07-29 03:55:29 jhoblitt Exp $
     1# $Id: INSTALL,v 1.2 2005-07-29 21:38:51 jhoblitt Exp $
    22
    33Using the psmetadb meta-database API generator
    44--
    55
     6- Step 0
     7
     8Setup your shell's enviroment for Pan-STARRS CVS.  If you need help setting up
     9CVS please see this article:
     10
     11    http://pan-starrs.ifa.hawaii.edu/project/resources/ps-cvs.html
     12
    613- Step 1
     14
     15Install the PS:IPP::Metadata::Config module.
     16
     17$ cvs co PS-IPP-Metadata-Config
     18$ cd PS-IPP-Metadata-Config
     19$ perl Build.PL
     20$ ./Build
     21$ ./Build test
     22# in you have sudo
     23$ sudo ./Build install
     24# if not
     25$ su
     26$ ./Build install
     27
     28- Step 2
    729
    830Checkout the psmetadb module from Pan-STARRS CVS.  If you need help setting up
     
    1436$ cd psmetadb
    1537
    16 - Step2
     38- Step 3
    1739
    1840Create a MetadataConfig file that describes the table you want to access.  The
     
    3355zot     BOOL    t       # Key
    3456
    35 - Step3
     57- Step 4
    3658
    3759Generate the database bindings with the "md2db.pl" program.  The example foo.md
     
    4163$ cd foodb
    4264
    43 - Step4
     65- Step 5
    4466
    4567Package the software for distribution.  This is the same as for any 'standard'
Note: See TracChangeset for help on using the changeset viewer.