Re: installing Reviewboard on Centos 5.5 64-bit

2011-04-21 Thread Dean
At this point, we have gotten past the post-review questions and one extra where we learned to include the "http://reviewboard"; prefix. I am handing over to production this week. We appreciate all your assistance (and patience) getting us here! Dean On Apr 20, 10:39 pm, Christian Hammond wrote:

Re: installing Reviewboard on Centos 5.5 64-bit

2011-04-20 Thread Christian Hammond
It should work on any and all distros. Can you show me the debug output? It'll help in figuring out what URL is being accessed. Likely, it's just a configuration problem. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmw

Re: installing Reviewboard on Centos 5.5 64-bit

2011-04-20 Thread Dean
So far, everything is working really well with the exception of the client-side post-review tool. Is there a list of distributions on which post-review works? In our case, we are hoping the post-review can be used on distros for Fedora 9 - Fedora 12. We are seeing the "Error creating review reque

Re: installing Reviewboard on Centos 5.5 64-bit

2011-04-16 Thread Stephen Gallagher
On Sat, Apr 16, 2011 at 10:02 AM, Stephen Gallagher < step...@gallagherhome.com> wrote: > > > On Fri, Apr 15, 2011 at 3:16 PM, Dean wrote: > >> Success! Many thanks! It's now working on a Scientific Linux v6 32-bit >> prototype box. >> I expect to have them drive it around a bit and then build a

Re: installing Reviewboard on Centos 5.5 64-bit

2011-04-16 Thread Stephen Gallagher
On Fri, Apr 15, 2011 at 3:16 PM, Dean wrote: > Success! Many thanks! It's now working on a Scientific Linux v6 32-bit > prototype box. > I expect to have them drive it around a bit and then build a 64-bit > server for it. > > I'm heading over to the documentation to see if I can upgrade it to v >

Re: installing Reviewboard on Centos 5.5 64-bit

2011-04-15 Thread Christian Hammond
Upgrades are pretty easy. You'll just be upgrading Review Board itself, and then the site (using rb-site upgrade /path/to/site). It'll take care of the rest. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On F

Re: installing Reviewboard on Centos 5.5 64-bit

2011-04-15 Thread Dean
Success! Many thanks! It's now working on a Scientific Linux v6 32-bit prototype box. I expect to have them drive it around a bit and then build a 64-bit server for it. I'm heading over to the documentation to see if I can upgrade it to v 1.5.5 Is there any advice you might have for doing this?

Re: installing Reviewboard on Centos 5.5 64-bit

2011-04-14 Thread Gilles Moris
On Thursday 14 April 2011 02:10:42 am Dean wrote: > After creating a database named reviewboard and creating a UID called > "rbadmin" to have full access to it, I added rights for rbadmin to > have full rights to it: > > mysql> USE reviewboard; > Database changed > mysql> GRANT ALL PRIVILEGES ON re

Re: installing Reviewboard on Centos 5.5 64-bit

2011-04-13 Thread Dean
After creating a database named reviewboard and creating a UID called "rbadmin" to have full access to it, I added rights for rbadmin to have full rights to it: mysql> USE reviewboard; Database changed mysql> GRANT ALL PRIVILEGES ON reviewboard TO 'rbdbuser'@'localhost' IDENTIFIED BY 'password' WI

Re: installing Reviewboard on Centos 5.5 64-bit

2011-04-12 Thread Gilles Moris
On Tuesday 12 April 2011 11:29:54 pm Dean wrote: > On SL6: > LSB Version::core-4.0-ia32:core-4.0-noarch:graphics-4.0- > ia32:graphics-4.0-noarch:printing-4.0-ia32:printing-4.0-noarch > Distributor ID: Scientific > Description:Scientific Linux release 6.0 (Carbon) > Release:6.0 > Cod

Re: installing Reviewboard on Centos 5.5 64-bit

2011-04-12 Thread Dean
On SL6: LSB Version::core-4.0-ia32:core-4.0-noarch:graphics-4.0- ia32:graphics-4.0-noarch:printing-4.0-ia32:printing-4.0-noarch Distributor ID: Scientific Description:Scientific Linux release 6.0 (Carbon) Release:6.0 Codename: Carbon I added mysql, mysql-server, httpd. I inst

Re: installing Reviewboard on Centos 5.5 64-bit

2011-04-12 Thread Stephen Gallagher
On Tue, Apr 12, 2011 at 2:38 AM, Dean wrote: > Ah Ha! I'd been waiting for Centos 6. How do you guess I might do > with Scientific Linux 6 in 64-bit? > > Well, in theory Scientific Linux is identical to RHEL 6 (just recompiled), so I suspect it should work just fine. -- Want to help the Review

Re: installing Reviewboard on Centos 5.5 64-bit

2011-04-11 Thread Dean
Ah Ha! I'd been waiting for Centos 6. How do you guess I might do with Scientific Linux 6 in 64-bit? On Apr 11, 6:59 pm, Stephen Gallagher wrote: > > * Required modules are missing > > >    You are missing Python modules that are needed before the > >    installation process. You will need to in

Re: installing Reviewboard on Centos 5.5 64-bit

2011-04-11 Thread Stephen Gallagher
> * Required modules are missing > >You are missing Python modules that are needed before the >installation process. You will need to install the necessary >modules and restart the install. > >Databases (required): >* sqlite3 (pysqlite2, sqlite3) >* MySQL (MySQLdb) >

Re: installing Reviewboard on Centos 5.5 64-bit

2011-04-11 Thread Dean
I went back through my notes and backed out everything I had installed following the original install instructions and then added the EPEL repo. The EPEL repo and its ReviewBoard installed smoothly. I found that I needed to re-install mysql-server. That completed, I set the permissions on the mysql

Re: installing Reviewboard on Centos 5.5 64-bit

2011-04-08 Thread Stephen Gallagher
On 04/08/2011 11:57 AM, Dean wrote: > If I use this method (very attractive) do you recommend I back out the > steps I've made prior to using your yum/rpm install? It's always a good idea to start from a clean state, yes. However RPM/yum *should* be able to handle things for you here. -- Want to

Re: installing Reviewboard on Centos 5.5 64-bit

2011-04-08 Thread Dean
If I use this method (very attractive) do you recommend I back out the steps I've made prior to using your yum/rpm install? On Apr 8, 6:20 am, Stephen Gallagher wrote: > On 04/07/2011 07:02 PM, Dean wrote: > > > I'm following the v1.5 admin installation doc, and ran into trouble on > > the "mysql

Re: installing Reviewboard on Centos 5.5 64-bit

2011-04-08 Thread Dean
Thanks! I'll report back on progress. On Apr 7, 5:07 pm, David Trowbridge wrote: > It looks like you need to install a -devel package for mysql in order to get > the headers. > > -David > > On Thu, Apr 7, 2011 at 4:02 PM, Dean wrote: > > I'm following the v1.5 admin installation doc, and ran int

Re: installing Reviewboard on Centos 5.5 64-bit

2011-04-08 Thread Stephen Gallagher
On 04/07/2011 07:02 PM, Dean wrote: > I'm following the v1.5 admin installation doc, and ran into trouble on > the "mysql-python" step. > I've been installing as root, and am down to wondering if there are > environment setting I have omitted because everybody know python but > me... Make your li