Changes between Version 8 and Version 9 of SvrInstall


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

--

Legend:

Unmodified
Added
Removed
Modified
  • SvrInstall

    v8 v9  
    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''' 
     46* Run '''easy_install !https://trac-hacks.org/svn/accountmanagerplugin/tags/acct_mgr-0.4.4''' 
    4747 
    4848== Apache Configuration == 
     
    6161}}} 
    6262 
     63 
    6364== Python Configuration == 
    6465* Download [http://trac.edgewall.org/raw-attachment/wiki/TracSubversion/svn-win32-1.6.15_py_2.7.zip libsvn.zip] and unzip it. 
    6566* 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”'''||