There's a bug in the packaging right now that I'm working on a fix for (now that my vacation's wrapping up).
After installing Review Board (before rb-site), you need to delete settings_local.* from the installed reviewboard directory. Then nuke your new site directory and re-run rb-site. Christian -- Christian Hammond - [EMAIL PROTECTED] VMware, Inc. On Sat, Nov 29, 2008 at 6:03 PM, Hassan <[EMAIL PROTECTED]> wrote: > > Hi all, > > I am having a hard time trying to install reviewboard. I managed to > get it *show something* on the webserver but I can't seem to get > passed the "Manual server updates required" page. > > Here's what I'm getting: > > 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 > > I did both of the things above, but it is still not working. I wasn't > sure which ./manage.py to use though since this is the first time ./ > manage.py was mentioned since I went through the "Getting started" > instructions in the wiki. > > Any idea guys? Thanks! > > - Hassan > > PS: Here's my settings_local.py: > > # Database configuration > DATABASE_ENGINE = 'sqlite3' > DATABASE_NAME = '/var/www/rt/db/reviewboard.db' > > # Unique secret key. Don't share this with anybody. > SECRET_KEY = 'foobar' > > # Cache backend settings. > CACHE_BACKEND = 'file:///tmp/reviewboard_cache' > > # Extra site information. > SITE_ID = 1 > SITE_ROOT = '/' > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "reviewboard" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/reviewboard?hl=en -~----------~----~----~----~------~----~------~--~---
