Re: reviewboard 1.6.1 with wsgi

2011-10-14 Thread יונתן קינן
I got it to work in my personal laptop, I should note that you also need to change the settings file. /var/www/reviewboard/conf/settings_local.py You need to change SITE_ROOT from '/' to '/review/'(depends on the chosen sub directory) I also added reverse proxying so it could work with Bugzilla. I

Re: Unable to start ReviewBoard

2011-11-08 Thread יונתן קינן
You also need to change the SITE_ROOT variable located in /var/www/reviewboard/conf/settings_local.py(in my installation at least) You need to change SITE_ROOT from '/' to '/review/'(depends on the chosen sub directory) 2011/11/8 Christian Hammond > I just replied to someone else about the WSGI

Re: Problem with WSGI on fresh install

2011-11-08 Thread יונתן קינן
You will also need to change the SITE_ROOT variable located in: /var/www/reviewboard/conf/settings_local.py(in my installation at least) You need to change SITE_ROOT from '/' to '/review/'(depends on the chosen sub directory) 2011/11/8 Christian Hammond > 1.6.2 will ship with a fix for this. > >

Re: New Install - Home Page Shows Directory Structure

2012-06-14 Thread יונתן קינן
Make sure that in the settings_local.py in the SITE_ROOT line is: SITE_ROOT = "/reviews/" The settings_local.py file is located in the conf folder in you installation folder.(for me its /var/www/reviewboard/cond/ settings_local.py) 2012/6/14 Christian Hammond > See if this helps: > > > http://