Changeset 43046
- Timestamp:
- Jun 1, 2026, 9:58:26 AM (6 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-pstamp-20260421/pstamp/install-cgi.sh
r43010 r43046 1 1 #!/bin/csh 2 3 echo "use autogen / configure with --with-cgidir=DIR" 4 exit 2 5 6 set web = /data/kukui.2/eugene/datastore.20260421 7 set web = /srv/http/pstamp 2 8 3 9 # for the moment, this will be hard-wired. 4 10 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 11 set PS_CGI = $web/ps-cgi 12 set PS_WEB = $web/ps-web 13 14 # set PS_BIN = /home/kiawe/eugene/src/psconfig/ipp-pstamp-20260421.lin64/bin 15 set PS_BIN = /home/eugene/src/psconfig/ipp-pstamp-20260421.lin64/bin 8 16 9 17 foreach f ( web/*.php )
Note:
See TracChangeset
for help on using the changeset viewer.
