Changeset 1238 for branches/fc11-dev/server/doc
- Timestamp:
- Jul 3, 2009, 3:47:04 AM (14 years ago)
- Location:
- branches/fc11-dev
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/fc11-dev
- Property svn:mergeinfo changed
/trunk merged: 1227,1230-1231,1233-1237
- Property svn:mergeinfo changed
-
branches/fc11-dev/server/doc/install-howto.sh
r1218 r1238 59 59 sed -i 's/^(# *)*store-passwords.*/store-passwords = no/' /root/.subversion/config 60 60 sed -i 's/^(# *)*store-auth-creds.*/store-auth-creds = no/' /root/.subversion/config 61 # The same tweaks should be made on /home/scripts-build/.subversion/config 62 # once it exists (do something with svn as scripts-build) 61 63 62 64 chown -R scripts-build /srv/repository … … 212 214 # as the only diff 213 215 # ezyang: I got exim installed as another package 216 217 # Check out the scripts /usr/vice/etc configuration 218 cd /root 219 mkdir vice 220 cd vice 221 svn co svn://scripts.mit.edu/trunk/server/fedora/config/usr/vice/etc etc 222 \cp -a etc /usr/vice 214 223 215 224 # Install the full list of perl modules that users expect to be on the … … 263 272 echo 'import site, os.path; site.addsitedir(os.path.expanduser("~/lib/python2.6/site-packages"))' > /usr/lib/python2.6/site-packages/00scripts-home.pth 264 273 265 # Build and install the scripts php module that enhances error logging info266 # XXX This thing really ought to be packaged267 cp -r /srv/repository/server/common/oursrc/php_scripts /root268 cd /root/php_scripts269 ./build.sh270 cp test/modules/scripts.so /usr/lib64/php/modules271 272 274 # Install the credentials. There are a lot of things to remember here: 273 275 # o This will be different if you're setting up our build/update server.
Note: See TracChangeset
for help on using the changeset viewer.