Changes between Version 8 and Version 9 of SvrInstall
- Timestamp:
- May 23, 2016 7:36:11 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SvrInstall
v8 v9 44 44 * Install [http://ftp.edgewall.com/pub/babel/Babel-0.9.5.win32.exe Babel 0.9.5] 45 45 * Run '''easy_install trac==1.0''' 46 * Run '''easy_install https://trac-hacks.org/svn/accountmanagerplugin/tags/acct_mgr-0.4.4'''46 * Run '''easy_install !https://trac-hacks.org/svn/accountmanagerplugin/tags/acct_mgr-0.4.4''' 47 47 48 48 == Apache Configuration == … … 61 61 }}} 62 62 63 63 64 == Python Configuration == 64 65 * Download [http://trac.edgewall.org/raw-attachment/wiki/TracSubversion/svn-win32-1.6.15_py_2.7.zip libsvn.zip] and unzip it. 65 66 * Copy `libsvn` and `svn` directories from unzipped directory to `c:\www\Python27\Lib\site-packages` directory. 67 68 == Windows Service == 69 || Apache || Register || '''httpd.exe -k install''' || 70 || Apache || Start || '''httpd.exe -k start''' || 71 || Apache || Unregister || '''httpd.exe -k uninstall''' || 72 || Subversion || Register || '''sc create “Subversion” binpath= “C:\www\svn\bin\svnserve.exe --service --root “D:\svn”” displayname= “Subversion Repository” depend= Tcpip start= auto''' || 73 || Subversion || Start || '''net start Subversion'''[[br]] Create a batch which contains '''net start Subversion''' and copy it to '''C:\!ProgramData\Microsoft\Windows\Start Menu\Programs\!StartUp directory''' || 74 || Subversion || Unregister ||'''sc delete “Subversion”'''||