Windows系统安装
先安装MySQL V5.0.31或更新版本,安装Apache。
Installing Python Support
安装后,在系统环境变量path中添加C:\Python25;C:\Python25\Scripts。如果是2.7版本,则对应修改为2.7安装目录。
安装Python Setuptools Installer。
安装patch,patch-2.5.9-7-setup.exe。
安装memcached
将下载的memcached文件解压后,放到本地目录中,如C:\memcached,运行命令安装:
memcached.exe -d install
在控制面板——管理工具——服务中启动memcached服务
运行如下命令安装python-memcached
easy_install python-memcached
下载并安装 Python Imaging Library,PIL-1.1.7.win32-py2.7.exe。
安装PyCrypto,pycrypto-2.2.win32-py2.7.exe。(此处需要使用2.2版本,其他版本安装后会有问题,网上查询所得)
安装Review Board
easy_install ReviewBoard
安装Database Bindings
easy_install mysql-python,安装MySQL-python-1.2.3.win32-py2.7.exe。
安装Source Control Components,安装PySVN。
py27-pysvn-svn173-1.7.6-1457.exe
安装Amazon S3 Support
easy_install django-storages
安装Development Tools
easy_install nose Sphinx
注意:
从1.7版本开始,不再支持Windows系统上的ReviewBoard安装,因为有太多软件版本兼容性上的问题。