- Timestamp:
- Apr 22, 2026, 11:56:11 AM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-pstamp-20260421/DataStoreServer/notes.txt
r42992 r42993 15 15 This generates the tables needed by the datastore web pages and tools 16 16 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 17 25 * in DataStoreServer, to install the apache CGI elements: 18 *./autogen.sh --with-cgidir=/MY/DATASTORE/ds-cgi --with-dsroot=/MY/DATASTORE/dsroot19 *make cgi26 # ./autogen.sh --with-cgidir=/MY/DATASTORE/ds-cgi --with-dsroot=/MY/DATASTORE/dsroot 27 # make cgi 20 28 * then edit /MY/DATASTORE/ds-cgi/dsshellconfig 21 29 ** supply the perl path of the user built to support the datastore … … 45 53 46 54 * 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 48 57 * 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 49 65 50 66 * Things installed as user tools: 51 67 * dsreg 52 68 * dsprodtool 53 54 *55 69 56 70 ----------
Note:
See TracChangeset
for help on using the changeset viewer.
