Changeset 1234
- Timestamp:
- Jul 3, 2009, 2:03:02 AM (15 years ago)
- Location:
- trunk/server
- Files:
-
- 3 added
- 3 deleted
- 2 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/doc/install-howto.sh
r1190 r1234 172 172 # echo 'import site, os.path; site.addsitedir(os.path.expanduser("~/lib/python2.6/site-packages"))' > /usr/lib/python2.6/site-packages/00scripts-home.pth 173 173 174 # Build and install the scripts php module that enhances error logging info175 # XXX This thing really ought to be packaged176 # cp -r /srv/repository/server/common/oursrc/php_scripts /root177 # cd /root/php_scripts178 # ./build.sh179 # cp test/modules/scripts.so /usr/lib64/php/modules180 181 174 # Install the credentials. There are a lot of things to remember here: 182 175 # o You probably installed the machine keytab long ago -
trunk/server/fedora/Makefile
r1219 r1234 21 21 upstream_yum = krb5 httpd openssh pysvn php 22 22 upstream = openafs $(upstream_yum) 23 oursrc = execsys tokensys accountadm httpdmods logview sql-signup nss_nonlocal nss_nonlocal.i386 whoisd mit-zephyr nss-ldapd nss-ldapd.i386 athrun scripts-base23 oursrc = execsys tokensys accountadm httpdmods logview sql-signup nss_nonlocal nss_nonlocal.i386 whoisd mit-zephyr nss-ldapd nss-ldapd.i386 athrun php_scripts scripts-base 24 24 allsrc = $(upstream) $(oursrc) 25 25 oursrcdir = ${PWD}/../common/oursrc
Note: See TracChangeset
for help on using the changeset viewer.