Re: How start Reviewboard on your Ubuntu computer

2014-03-05 Thread David Trowbridge
If you've set things up correctly, you should just be able to put the name or IP address of the server in your web browser's address bar. -David > On Mar 5, 2014, at 1:39 PM, Edward Zuris wrote: > > > Dear Forum: > > Just install Reviewboard in a LAN environment and would like to know how

Re: Review Board version mismatch - Upgrading from 1.6.15 to 1.7 - File does not exist - /var/www/html/reviewboard/htdocs/media/rb

2014-03-05 Thread Jose Cuervo
Hi Christian, The version of Python did not change, they are both running Python 2.6.6. I gained some ground on this and got past the error by copying the 'rb' symbolic link into the media folder, then I set 775 permissions on all of the site-packages in the /usr/lib/python folder. I'm now ver

How start Reviewboard on your Ubuntu computer

2014-03-05 Thread Edward Zuris
Dear Forum: Just install Reviewboard in a LAN environment and would like to know how start Reviewboard thru the browser on a 2nd PC which is also on the LAN. Thanks. Ed Zuris. -- Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/ --- Sign up for Review Board hosting a

Re: Review Board version mismatch - Upgrading from 1.6.15 to 1.7 - File does not exist - /var/www/html/reviewboard/htdocs/media/rb

2014-03-05 Thread Christian Hammond
Hi Jose, Did your version of Python change as well? Christian On Wednesday, March 5, 2014, Jose Cuervo wrote: > I'm trying to upgrade Reviewboard from 1.6.15 to 1.7.X, I did an > easy_install -U ReviewBoard after fighting and getting Django to upgrade. > The easy_install finished without erro

Review Board version mismatch - Upgrading from 1.6.15 to 1.7 - File does not exist - /var/www/html/reviewboard/htdocs/media/rb

2014-03-05 Thread Jose Cuervo
I'm trying to upgrade Reviewboard from 1.6.15 to 1.7.X, I did an easy_install -U ReviewBoard after fighting and getting Django to upgrade. The easy_install finished without errors for ReviewBoard. Then I did an rb-site upgrade /var/www/html/reviewboard. It finished and told me to update my apac

Re: What is the correct arguments for rb-site manage?

2014-03-05 Thread Tamer Afify
> > I was getting error "error: cannot convert argument to integer" emailed >> to me. >> > -- Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/ --- Sign up for Review Board hosting at RBCommons: https://rbcommons.com/ --- Happy user? Let us know at http://www.reviewboard.

Re: What is the correct arguments for rb-site manage?

2014-03-05 Thread Tamer Afify
oh and of course in 2.0 Beta 3 if set that flag, I wasn't able to log in even with admin account. On Wednesday, March 5, 2014 2:58:47 AM UTC-6, Tamer Afify wrote: > > I figured it out: > > rb-site manage /var/www/html/reviewboard.searshc.com/ set-siteconfig -- > --key=auth_ad_find_dc_from_dns --

Re: What is the correct arguments for rb-site manage?

2014-03-05 Thread Tamer Afify
I figured it out: rb-site manage /var/www/html/reviewboard.searshc.com/ set-siteconfig -- --key=auth_ad_find_dc_from_dns --value=0 rb-site manage /var/www/html/reviewboard.searshc.com/ get-siteconfig -- --key=auth_ad_domain_name but rb-site manage /var/www/html/reviewboard.searshc.com/ get-sit

What is the correct arguments for rb-site manage?

2014-03-05 Thread Tamer Afify
Hi All, [root@reviewboard ~]# rb-site manage /var/www/html/reviewboard.searshc.com/ get-siteconfig auth_ad_domain_name CommandError: Command doesn't accept any arguments [root@reviewboard ~]# rb-site manage /var/www/html/reviewboard.searshc.com/ get-siteconfig CommandError: --key must be provide