IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 43046


Ignore:
Timestamp:
Jun 1, 2026, 9:58:26 AM (6 weeks ago)
Author:
eugene
Message:

deprecating crude install script

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-pstamp-20260421/pstamp/install-cgi.sh

    r43010 r43046  
    11#!/bin/csh
     2
     3echo "use autogen / configure with --with-cgidir=DIR"
     4exit 2
     5
     6set web = /data/kukui.2/eugene/datastore.20260421
     7set web = /srv/http/pstamp
    28
    39# for the moment, this will be hard-wired.
    410
    5 set PS_CGI = /data/kukui.2/eugene/datastore.20260421/ps-cgi
    6 set PS_WEB = /data/kukui.2/eugene/datastore.20260421/ps-web
    7 set PS_BIN = /home/kiawe/eugene/src/psconfig/ipp-pstamp-20260421.lin64/bin
     11set PS_CGI = $web/ps-cgi
     12set PS_WEB = $web/ps-web
     13
     14# set PS_BIN = /home/kiawe/eugene/src/psconfig/ipp-pstamp-20260421.lin64/bin
     15set PS_BIN = /home/eugene/src/psconfig/ipp-pstamp-20260421.lin64/bin
    816
    917foreach f ( web/*.php )
Note: See TracChangeset for help on using the changeset viewer.