Changeset 42997
- Timestamp:
- Apr 22, 2026, 5:19:56 PM (2 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-pstamp-20260421/pstamp/web/pstampconfig.php
r42996 r42997 2 2 // BEGIN Local configuration 3 3 4 $WORKDIR = "/data/kukui.2/eugene/datastore.20260421/ps-out"; 5 $DS_ROOT = "/data/kukui.2/eugene/datastore.20260421/dsroot"; 6 $DS_URL = "http://dstest.ifa.hawaii.edu"; 7 // $dbname = "set to the pstamp database name"; 8 // $dbserver = "set to the pstamp database server"; 4 $WORKDIR = "replace with pstamp output directory"; 5 $DS_ROOT = "replace with datastore output directory"; 6 $DS_URL = "replace with URL of datastore web service"; 9 7 10 8 # database info for the datastore 11 $DS_HOSTNAME = " localhost";12 $DS_USERNAME = " ipp";13 $DS_PASSWORD = " ipp";14 $DS_DATABASE = " datastore";9 $DS_HOSTNAME = "Set to datastore hostname"; 10 $DS_USERNAME = "Set to datastore username"; 11 $DS_PASSWORD = "Set to datastore password"; 12 $DS_DATABASE = "Set to datastore database"; 15 13 16 14 # database info for the pstamp 17 $PS_HOSTNAME = " localhost";18 $PS_USERNAME = " ipp";19 $PS_PASSWORD = " ipp";20 $PS_DATABASE = " pstamp";15 $PS_HOSTNAME = "Set to pstamp hostname"; 16 $PS_USERNAME = "Set to pstamp username"; 17 $PS_PASSWORD = "Set to pstamp password"; 18 $PS_DATABASE = "Set to pstamp database"; 21 19 22 20 $PSCONFDIR = "/home/kiawe/eugene/src/psconfig/"; … … 27 25 28 26 # this script sets up the environment to run IPP commands with current directory 29 # $WORKDIR30 27 $SCRIPT = "$PSBINDIR/pstamp_runcommand.sh $PSCONFDIR $PSCONFIG $WORKDIR"; 31 28
Note:
See TracChangeset
for help on using the changeset viewer.
