Changes between Version 7 and Version 8 of SvrInstall


Ignore:
Timestamp:
May 23, 2016 7:20:15 AM (9 years ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SvrInstall

    v7 v8  
    4444* Install [http://ftp.edgewall.com/pub/babel/Babel-0.9.5.win32.exe Babel 0.9.5] 
    4545* Run '''easy_install trac==1.0''' 
     46* Run '''easy_install https://trac-hacks.org/svn/accountmanagerplugin/tags/acct_mgr-0.4.4''' 
    4647 
     48== Apache Configuration == 
     49* Copy the following two modules to 'c:\www\apache\modules` 
     50  * c:\www\svn\bin\mod_dav_svn.so 
     51  * c:\www\svn\bin\mod_authz_svn.so 
     52* Download [http://modwsgi.googlecode.com/files/mod_wsgi-win32-ap22py27-3.3.so mod_wsgi.so] and copy it to `c:\www\apache\modules` 
     53* Open `c:\www\apache\conf\httpd.conf` 
     54* Add or uncomment the following statements: 
     55{{{ 
     56LoadModule dav_module modules/mod_dav.so  
     57LoadModule dav_fs_module modules/mod_dav_fs.so  
     58LoadModule dav_svn_module modules/mod_dav_svn.so  
     59LoadModule authz_svn_module modules/mod_authz_svn.so   
     60LoadModule wsgi_module modules/mod_wsgi-win32-ap22py27-3.3.so  
     61}}} 
     62 
     63== Python Configuration == 
     64* Download [http://trac.edgewall.org/raw-attachment/wiki/TracSubversion/svn-win32-1.6.15_py_2.7.zip libsvn.zip] and unzip it. 
     65* Copy `libsvn` and `svn` directories from unzipped directory to `c:\www\Python27\Lib\site-packages` directory.