IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 22, 2026, 11:56:11 AM (3 months ago)
Author:
eugene
Message:

install dsdbh.pm for working build, add example user-level commands

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-pstamp-20260421/DataStoreServer/notes.txt

    r42992 r42993  
    1515  This generates the tables needed by the datastore web pages and tools
    1616
     17* choose a psbuild location:
     18  # psconfig ipp-pstamp
     19  * sets the build / install environment for code below which does not go into
     20    the apache server cgi location
     21
     22* in psconfig, to install needed perl libraries:
     23  # pscheckperl pstamp-ubuntu -build
     24
    1725* in DataStoreServer, to install the apache CGI elements:
    18   * ./autogen.sh --with-cgidir=/MY/DATASTORE/ds-cgi --with-dsroot=/MY/DATASTORE/dsroot
    19   * make cgi
     26  # ./autogen.sh --with-cgidir=/MY/DATASTORE/ds-cgi --with-dsroot=/MY/DATASTORE/dsroot
     27  # make cgi
    2028  * then edit /MY/DATASTORE/ds-cgi/dsshellconfig
    2129    ** supply the perl path of the user built to support the datastore
     
    4553
    4654* Things needed in the user build by the apache server:
    47   * dsdbh.pm in PERL
     55  * dsdbh.pm (installed as part of DataStoreServer : make cgi)
     56  * Devel::CheckLib
    4857  * DBD/mysql.pm
     58
     59* Edit the ippconfig/site.config to point at the datastore:
     60  * DS_DBSERVER     
     61  * DS_DBNAME       
     62  * DS_DBUSER       
     63  * DS_DBPASSWORD   
     64  * DATA_STORE_ROOT
    4965
    5066* Things installed as user tools:
    5167  * dsreg
    5268  * dsprodtool
    53 
    54 *
    5569
    5670----------
Note: See TracChangeset for help on using the changeset viewer.