I have set-up all prerequisites and all the installation required for local reviewboard along with rb-site, server is apache httpd with mod_wsi. Can any one help me on how to access the review bpoard which I have installed locally from different systems via web browser.
Below are the steps detailed:
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 rb-site install /var/www/ReviewBoard
While Installing rb-site : Domain name localhost:80 Root Path : reviews
And other configurations are default.
All steps are executed successfully.
But I do not know how can I access the review board over browser.
Please help me?