http://baepiff.blogspot.hk/2012/06/installing-reviewboard-on-ubuntu.html html
#sudo apt-get upgrade //It takes time
#sudo apt-get install sqlite3
#sudo apt-get install apache2 libapache2-mod-wsgi
#sudo apt-get install python-setuptools
#sudo apt-get install python-dev
#sudo apt-get install memcached
#sudo easy_install python-memcached
#sudo apt-get install patch
#sudo easy_install ReviewBoard //If you failed here, please use pip. You may see this error message "error: Setup script exited with error: command 'gcc' failed with exit
status 1"
#sudo easy_install pip
#sudo pip install ReviewBoard
#sudo easy_install RbTools //Don't forget this!!!
If you forget the last command, you will see "Review Board is taking a nap" message.
Install ldap modules
#sudo apt-get install libldap2-dev libsasl2-dev
#sudo easy_install python-ldap
Now you are ready to create Review Board site. Come on just run command. Choose options to fit your environment.
# rb-site install /var/www/rb
Finally we're the last step.
python