What version are you running?
Review Board 1.0.5.1
What's the URL of the page containing the problem?
Manual server updates required
A recent change requires manual updates to be made on this server. After
these changes are made, you should restart your server.
To keep track of future updates, please visit the Required Server Updates
page, or subscribe to the mailing list.
Database changes
The Review Board database schema has changed since your last upgrade. To
update your schema, run:
$ ./manage.py syncdb
Follow any additional instructions it may give you. If, for example, it
tells you to perform a schema evolution, run:
$ ./manage.py evolve --execute
What steps will reproduce the problem?
I execute the following commands.
* easy_install -U setuptools
* installed python_devel , memcached, libmemcache and cmemcache and excute
the following cmd
* easy_install ReviewBoard
* easy_install mysql-python and mod-python
* installed jcc and PyLucene
after that creating sites using the following steps
rb-site install /advent/personal/rft-test
some questions are asked and I have answered all the questions and
completed the installation.
after the i changed the directory permissions as 777 to
/advent/personal/rft-test/htdocs directory
and i made the entry /advent/personal/rft-test/conf/apache-modpython.conf
in my main httpd.conf and restarted my apache.
But i couldn't get the page as u mentioned.
What is the expected output? What do you see instead?
I expect when i type http://rft-test means i can get the
http://demo.reviewboard.org look.
What operating system are you using? What browser?
Linux mandriva 2009.1
Please provide any additional information below.
Kindly suggest me the right way to configure as soon as possible.
Thanks
Murali