Skip to content

Instantly share code, notes, and snippets.

@yamingd
Last active August 29, 2015 14:07
Show Gist options
  • Save yamingd/ac71d38d09648752b962 to your computer and use it in GitHub Desktop.
Save yamingd/ac71d38d09648752b962 to your computer and use it in GitHub Desktop.
ReviewBoard install on CentOS 6.5
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