IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 4, 2006, 3:03:50 PM (21 years ago)
Author:
jhoblitt
Message:

rename md2db.pl -> glueforge

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/glueforge/INSTALL

    r4669 r5897  
    1 # $Id: INSTALL,v 1.4 2005-07-29 21:46:32 jhoblitt Exp $
     1# $Id: INSTALL,v 1.5 2006-01-05 01:03:50 jhoblitt Exp $
    22
    3 Using the psmetadb meta-database API generator
     3Using the glueforge meta-database API generator
    44--
    55
     
    3939- Step 2
    4040
    41 Checkout the psmetadb module from Pan-STARRS CVS.  If you need help setting up
    42 CVS please see this article:
     41Checkout the glueforge module from Pan-STARRS CVS and build it.  If you need
     42help setting up CVS please see this article:
    4343
    4444    http://pan-starrs.ifa.hawaii.edu/project/resources/ps-cvs.html
    4545
    46 $ cvs co psmetadb
    47 $ cd psmetadb
     46$ cvs co glueforge
     47$ cd glueforge
     48$ ./autogen.sh
     49$ make
    4850
    4951- Step 3
    5052
    5153Create a MetadataConfig file that describes the table you want to access.  The
    52 MetadataConfig file syntax is described in the pslib SDRS.  psmetadb specific
    53 details are included in the "md2db.pl" Pod. For reference, an example named
    54 foo.md is provided
     54MetadataConfig file syntax is described in the pslib SDRS.  glueforge specific
     55details are included in the "glueforge" man page. For reference, an example
     56named foo.md is provided
    5557
    56 $ perldoc md2db.pl
    57 .
    58 .
     58$ perldoc glueforge
     59
     60or
     61
     62$ man glueforge
    5963
    6064$ cat foo.md
     
    6872- Step 4
    6973
    70 Generate the database bindings with the "md2db.pl" program.  The example foo.md
    71 file will generate code under the directory "foodb".
     74Generate the database bindings with the "glueforge" executable.  The example
     75foo.md file will generate code under the directory "foodb".
    7276
    73 $./md2db.pl -i foo.md
     77$./glueforge -t templates/psdb -i foo.md
    7478$ cd foodb
    7579
Note: See TracChangeset for help on using the changeset viewer.