Ignore:
Timestamp:
Jul 3, 2009, 3:47:04 AM (15 years ago)
Author:
mitchb
Message:
Merge r1225:1237 from trunk to branches/fc11-dev
Location:
branches/fc11-dev
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/fc11-dev

  • branches/fc11-dev/server/doc/install-howto.sh

    r1218 r1238  
    5959    sed -i 's/^(# *)*store-passwords.*/store-passwords = no/' /root/.subversion/config
    6060    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)
    6163
    6264    chown -R scripts-build /srv/repository
     
    212214    # as the only diff
    213215    # 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
    214223
    215224# Install the full list of perl modules that users expect to be on the
     
    263272    echo 'import site, os.path; site.addsitedir(os.path.expanduser("~/lib/python2.6/site-packages"))' > /usr/lib/python2.6/site-packages/00scripts-home.pth
    264273
    265 # Build and install the scripts php module that enhances error logging info
    266 # XXX This thing really ought to be packaged
    267     cp -r /srv/repository/server/common/oursrc/php_scripts /root
    268     cd /root/php_scripts
    269     ./build.sh
    270     cp test/modules/scripts.so /usr/lib64/php/modules
    271 
    272274# Install the credentials.  There are a lot of things to remember here:
    273275#   o This will be different if you're setting up our build/update server.
Note: See TracChangeset for help on using the changeset viewer.