ReviewBoard安装配置手册_ReviewBoard_installation_guide.pdf
文本预览下载声明
Review Board 安装配置指南
Review Board安装配置指南
For Review Board 1.5 RC1
by yunshandi
第1页 共14页
Review Board 安装配置指南
Index
安装 ReviewBoard 之前… 4
安装 ReviewBoard… 6
创建站点(Create Site ) 7
Apache 配置 8
ReviewBoard 配置 10
Review Board 样式配置 11
注意事项不相关问题解决 12
Apache 的启劢 12
中文编码问题的解决 12
Review Board 汉化 13
第2页 共14页
Review Board 安装配置指南
ReviewBoard 简介
Review Board 是一款开源的在线代码审查工具,支持 Subversion, CVS, Git,
和 Mercurial 版本控制系统。 『/』
Review Board 基于 Django 和 Python 构建,采用 MIT 许可协议。
中文介绍: Review Board—在线代码审查工具
第3页 共14页
Review Board 安装配置指南
安装ReviewBoard 之前…
1. 安装MySQL v5.1
2. 安装 Apache 2.2
3. 安装Python2.5
然后,将 ;C:\Python25;C:\Python25\Scripts 加入到系统PATH环境变量中
4. 安装mod_python-3.3.1.win32-py2.5-Apache2.2.exe
注意:安装mod_python的时候,需要停掉apache ,安装后请检查apache的modules
目录下是否有mod_python.so ,如果没有请检查安装是否过程是否有问题。
5. 安装 py25-pysvn-svn161-1.7.0-1177.exe
6. 安装 setuptools-0.6c9.win32-py2.5.exe
7. 安装 patch-2.5.9-7-setup.exe
并将;C:\ Program Files\GnuWin32\bin加入到系统PATH环境变量中
8. 安装 memcached
将memcached.exe解压到C:\ Program Files\memcached下;
然后命令行cd到该目录下,输入memcached.exe -d install ,将memcached安装为
系统服务 ;
9. 安装python-memcached ,在命令行下输入:
easy_install python-memcached
10. 安装 mysql-python 模块
easy_install mysql-python
11. 如果机器上没有安装合适的编译器,则ReviewBoard安装时,可能会出现如下错误信
息:
[Python was built with Visual Studio 2003; extensions must be built with a
第4页 共14页
Review Board 安装配置指南
compiler than can generate compatible binaries. Visual Studio 2003 was not
found on this system. If you have Cygwin installed, you can try compil
显示全部