Changeset 5897 for trunk/glueforge/INSTALL
- Timestamp:
- Jan 4, 2006, 3:03:50 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/glueforge/INSTALL (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/glueforge/INSTALL
r4669 r5897 1 # $Id: INSTALL,v 1. 4 2005-07-29 21:46:32jhoblitt Exp $1 # $Id: INSTALL,v 1.5 2006-01-05 01:03:50 jhoblitt Exp $ 2 2 3 Using the psmetadbmeta-database API generator3 Using the glueforge meta-database API generator 4 4 -- 5 5 … … 39 39 - Step 2 40 40 41 Checkout the psmetadb module from Pan-STARRS CVS. If you need help setting up42 CVS please see this article:41 Checkout the glueforge module from Pan-STARRS CVS and build it. If you need 42 help setting up CVS please see this article: 43 43 44 44 http://pan-starrs.ifa.hawaii.edu/project/resources/ps-cvs.html 45 45 46 $ cvs co psmetadb 47 $ cd psmetadb 46 $ cvs co glueforge 47 $ cd glueforge 48 $ ./autogen.sh 49 $ make 48 50 49 51 - Step 3 50 52 51 53 Create a MetadataConfig file that describes the table you want to access. The 52 MetadataConfig file syntax is described in the pslib SDRS. psmetadbspecific53 details are included in the " md2db.pl" Pod. For reference, an example named54 foo.md is provided54 MetadataConfig file syntax is described in the pslib SDRS. glueforge specific 55 details are included in the "glueforge" man page. For reference, an example 56 named foo.md is provided 55 57 56 $ perldoc md2db.pl 57 . 58 . 58 $ perldoc glueforge 59 60 or 61 62 $ man glueforge 59 63 60 64 $ cat foo.md … … 68 72 - Step 4 69 73 70 Generate the database bindings with the " md2db.pl" program. The example foo.md71 f ile will generate code under the directory "foodb".74 Generate the database bindings with the "glueforge" executable. The example 75 foo.md file will generate code under the directory "foodb". 72 76 73 $./ md2db.pl-i foo.md77 $./glueforge -t templates/psdb -i foo.md 74 78 $ cd foodb 75 79
Note:
See TracChangeset
for help on using the changeset viewer.
