Changeset 1237
- Timestamp:
- Jul 3, 2009, 3:27:01 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/doc/install-howto.sh
r1234 r1237 53 53 54 54 cd /srv 55 svn co svn://$source_server/ repository55 svn co svn://$source_server/trunk repository 56 56 57 57 sed -i 's/^(# *)*store-passwords.*/store-passwords = no/' /root/.subversion/config 58 58 sed -i 's/^(# *)*store-auth-creds.*/store-auth-creds = no/' /root/.subversion/config 59 # The same tweaks should be made on /home/scripts-build/.subversion/config 60 # once it exists (do something with svn as scripts-build) 59 61 60 62 chown -R scripts-build /srv/repository … … 72 74 # Check out the scripts /etc configuration 73 75 cd /root 74 svn co svn://scripts.mit.edu/ server/fedora/config/etc etc76 svn co svn://scripts.mit.edu/trunk/server/fedora/config/etc etc 75 77 \cp -a etc / 76 78 … … 143 145 # with undesirable things for security, like sendmail. 144 146 147 # Check out the scripts /usr/vice/etc configuration 148 cd /root 149 mkdir vice 150 cd vice 151 svn co svn://scripts.mit.edu/trunk/server/fedora/config/usr/vice/etc etc 152 \cp -a etc /usr/vice 153 145 154 # Install the full list of perl modules that users expect to be on the 146 155 # scripts.mit.edu servers.
Note: See TracChangeset
for help on using the changeset viewer.