Changeset 4666 for trunk/glueforge/INSTALL
- Timestamp:
- Jul 29, 2005, 11:38:51 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/glueforge/INSTALL (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/glueforge/INSTALL
r4663 r4666 1 # $Id: INSTALL,v 1. 1 2005-07-29 03:55:29jhoblitt Exp $1 # $Id: INSTALL,v 1.2 2005-07-29 21:38:51 jhoblitt Exp $ 2 2 3 3 Using the psmetadb meta-database API generator 4 4 -- 5 5 6 - Step 0 7 8 Setup your shell's enviroment for Pan-STARRS CVS. If you need help setting up 9 CVS please see this article: 10 11 http://pan-starrs.ifa.hawaii.edu/project/resources/ps-cvs.html 12 6 13 - Step 1 14 15 Install 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 7 29 8 30 Checkout the psmetadb module from Pan-STARRS CVS. If you need help setting up … … 14 36 $ cd psmetadb 15 37 16 - Step 238 - Step 3 17 39 18 40 Create a MetadataConfig file that describes the table you want to access. The … … 33 55 zot BOOL t # Key 34 56 35 - Step 357 - Step 4 36 58 37 59 Generate the database bindings with the "md2db.pl" program. The example foo.md … … 41 63 $ cd foodb 42 64 43 - Step 465 - Step 5 44 66 45 67 Package the software for distribution. This is the same as for any 'standard'
Note:
See TracChangeset
for help on using the changeset viewer.
