Installing ReviewBoard in Ubuntu 10.04

2010-09-07 Thread Rajat Khandelwal
Hi all I wanted to install review board in my ubuntu 10.04 and as there are no good tutorials about that, I am unable to do that. Please help me in this. Thanks. -- Rajat Khandelwal SD 39 Satpura Hostel B.Tech. Comp. Sc. & Engg. 2nd year IIT Delhi -- Want to help the Review Board project? Dona

Installing ReviewBoard in Ubuntu 10.04

2010-09-07 Thread Rajat Khandelwal
Hi all I need to use ReviewBoard with Git version control system for my project. I have been googling for about 3 hrs but I don't think I have it installed properly. I will be very thankful if you please tell me step by step how to install it and setup it. Thanks. -- Want to help the Review Boa

Re: Installing ReviewBoard in Ubuntu 10.04

2010-09-07 Thread Jeff Andros
You've tried following the steps here? http://www.reviewboard.org/docs/manual/dev/admin/installation/linux/ I don't know that there's anything different enough in Ubuntu 10.4 that would make these instructions not work. --Jeff

Re: Installing ReviewBoard in Ubuntu 10.04

2010-09-07 Thread Rajat Khandelwal
On 09/07/2010 12:39 PM, Jeff Andros wrote: You've tried following the steps here? http://www.reviewboard.org/docs/manual/dev/admin/installation/linux/ I don't know that there's anything different enough in Ubuntu 10.4 that would make these instructions not work. --Jeff On Tue, Sep 7, 2010 at

Re: Installing ReviewBoard in Ubuntu 10.04

2010-09-07 Thread Jeff Andros
OK, is there a reason you're not using setuptools and apt rather than downloading the tar.gz files? --Jeff On Tue, Sep 7, 2010 at 11:27 PM, Rajat Khandelwal wrote: > On 09/07/2010 12:39 PM, Jeff Andros wrote: > > You've tried following the steps here? > http://www.reviewboard.org/docs/manual/de

Re: Installing ReviewBoard in Ubuntu 10.04

2010-09-07 Thread Rajat Khandelwal
I are behind some kind of a proxy so I am unable to download anything using apt and setuptools. On Tue, Sep 7, 2010 at 1:17 PM, Jeff Andros wrote: > OK, is there a reason you're not using setuptools and apt rather than > downloading the tar.gz files? > > --Jeff > > > On Tue, Sep 7, 2010 at 11:27

Re: Installing ReviewBoard in Ubuntu 10.04

2010-09-07 Thread Christian Hammond
Yeah, you're doing things the hard way. You really should follow the installation instructions and use easy_install. If you can't download because you're behind an HTTP proxy, you can first do: $ sudo -s $ export http_proxy=http://youproxy $ easy_install -U If you can't access t

Re: Installing ReviewBoard in Ubuntu 10.04

2010-09-08 Thread Rajat Khandelwal
yeah, I did the network proxy settings and easy_install was very easy. thanks. On Wed, Sep 8, 2010 at 12:27 AM, Christian Hammond wrote: > Yeah, you're doing things the hard way. You really should follow the > installation instructions and use easy_install. > > If you can't download because you