svn+trac install for window

Standard

下载地址:
http://www.python.org/download/
Python 2.6.2 Windows installer
http://genshi.edgewall.org/wiki/Download
Genshi-0.5.1.win32-py2.6.exe
http://oss.itsystementwicklung.de/trac/pysqlite/
pysqlite-2.5.5.win32-py2.6.exe
http://trac.edgewall.org/wiki/TracDownload
Trac-0.11.4.win32.exe
http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=8100
Setup-Subversion-1.6.2.msi
svn-python-1.6.1.win32-py2.6.exe
http://trac.edgewall.org/wiki/TracOnWindows#Setuptools
ez_setup.py
setuptools-0.6c9-py2.6.egg
python ez_setup.py setuptools-0.6c9-py2.6.egg #这一步很重要,否则trac-admin操作时会报错

安装步骤:
X、apache2.2.11
O、Python 2.6.2
O、Genshi-0.5.1.win32-py2.6
O、pysqlite-2.5.5.win32-py2.6.exe
X、MySQL-python-1.2.2.win32-py2.6.exe
O、Subversion-1.6.2
O、svn-python-1.6.1.win32-py2.6
X、mysql-5.1.34-win32
O、Trac-0.11.4.win32
O、python ez_setup.py setuptools-0.6c9-py2.6.egg

SVN:
svnadmin create c:\svn_repo\mytest
Trac:
trac-admin c:/trac/mytest initenv #按提示输入
tracd -p 8080 d:/trac/mytest #在8080端口上单项目运行
现在可访问 http://127.0.0.1:8080/ 进行管理

#因未找到py2.6 for apache2.2.x的mod_python.so 所以还没配apache
#py2.5的话在下面步骤中应该没什么问题

#http://httpd.apache.org/download.cgi
#apache_2.2.11-win32-x86-openssl-0.9.8i.msi
#http://home.netimperia.com/files/misc/MySQL-python-1.2.2.win32-py2.6.exe
#MySQL-python-1.2.2.win32-py2.6.exe
#http://www.modpython.org/
#未找到py2.6 for apache2.2.x的mod_python.so

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.