Last active
August 29, 2015 14:07
-
-
Save yamingd/ac71d38d09648752b962 to your computer and use it in GitHub Desktop.
ReviewBoard install on CentOS 6.5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
yum -y install gcc automake autoconf libtool make | |
yum -y install zlib zlib-devel | |
yum -y install openssl-devel | |
yum -y install memcached | |
yum -y install python-devel | |
yum -y install python-setuptools | |
yum -y install patch | |
easy_install mysql-python | |
yum -y install git-core | |
easy_install ReviewBoard |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment