Re: Installing ReviewBoard in Ubuntu 10.04

2010-09-08 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 the outside world at all from that box, and you have to
download *something*, go download the egg files, not the tarballs, and then
put them all in the same directory. Then try:

$ sudo easy_install -f /path/to/your/downloaded/eggs -U 

As for the freetype problem, install the Ubuntu python-imaging package.

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
VMware, Inc. - http://www.vmware.com


On Tue, Sep 7, 2010 at 12:17 PM, Jeff Andros j...@seguetonowhere.comwrote:

 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 
 rajatgupt...@gmail.comwrote:

  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 11:25 AM, Rajat Khandelwal rajatgupt...@gmail.com
  wrote:

 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? Donate today at
 http://www.reviewboard.org/donate/
 Happy user? Let us know at http://www.reviewboard.org/users/
 -~--~~~~--~~--~--~---
 To unsubscribe from this group, send email to
 reviewboard+unsubscr...@googlegroups.comreviewboard%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/reviewboard?hl=en


  --
 Want to help the Review Board project? Donate today at
 http://www.reviewboard.org/donate/
 Happy user? Let us know at http://www.reviewboard.org/users/
 -~--~~~~--~~--~--~---
 To unsubscribe from this group, send email to
 reviewboard+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/reviewboard?hl=en

 Yes, I have followed the the instructions. I have downloaded
 PIL1.1.7.tar.gz, Djblets.tar.gz and ReviewBoard.tar.gz. Now I did python
 setup.py install in pil directory. After it I did python setup.py install in
 Djblets and it still says pill not installed.
 Again running selftest.py in pil directory, I get freetype not installed,
 tkinter support not installed, pil core not installed, littlecms not
 installed. Now what does that all imply?

 --
 Want to help the Review Board project? Donate today at
 http://www.reviewboard.org/donate/
 Happy user? Let us know at http://www.reviewboard.org/users/
 -~--~~~~--~~--~--~---
 To unsubscribe from this group, send email to
 reviewboard+unsubscr...@googlegroups.comreviewboard%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/reviewboard?hl=en


  --
 Want to help the Review Board project? Donate today at
 http://www.reviewboard.org/donate/
 Happy user? Let us know at http://www.reviewboard.org/users/
 -~--~~~~--~~--~--~---
 To unsubscribe from this group, send email to
 reviewboard+unsubscr...@googlegroups.comreviewboard%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/reviewboard?hl=en


-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

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 chip...@chipx86.comwrote:

 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 the outside world at all from that box, and you have to
 download *something*, go download the egg files, not the tarballs, and then
 put them all in the same directory. Then try:

 $ sudo easy_install -f /path/to/your/downloaded/eggs -U 

 As for the freetype problem, install the Ubuntu python-imaging package.

 Christian

 --
 Christian Hammond - chip...@chipx86.com
 Review Board - http://www.reviewboard.org
 VMware, Inc. - http://www.vmware.com



 On Tue, Sep 7, 2010 at 12:17 PM, Jeff Andros j...@seguetonowhere.comwrote:

 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 rajatgupt...@gmail.com
  wrote:

  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 11:25 AM, Rajat Khandelwal 
 rajatgupt...@gmail.com wrote:

 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? Donate today at
 http://www.reviewboard.org/donate/
 Happy user? Let us know at http://www.reviewboard.org/users/
 -~--~~~~--~~--~--~---
 To unsubscribe from this group, send email to
 reviewboard+unsubscr...@googlegroups.comreviewboard%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/reviewboard?hl=en


  --
 Want to help the Review Board project? Donate today at
 http://www.reviewboard.org/donate/
 Happy user? Let us know at http://www.reviewboard.org/users/
 -~--~~~~--~~--~--~---
 To unsubscribe from this group, send email to
 reviewboard+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/reviewboard?hl=en

 Yes, I have followed the the instructions. I have downloaded
 PIL1.1.7.tar.gz, Djblets.tar.gz and ReviewBoard.tar.gz. Now I did python
 setup.py install in pil directory. After it I did python setup.py install in
 Djblets and it still says pill not installed.
 Again running selftest.py in pil directory, I get freetype not installed,
 tkinter support not installed, pil core not installed, littlecms not
 installed. Now what does that all imply?

 --
 Want to help the Review Board project? Donate today at
 http://www.reviewboard.org/donate/
 Happy user? Let us know at http://www.reviewboard.org/users/
 -~--~~~~--~~--~--~---
 To unsubscribe from this group, send email to
 reviewboard+unsubscr...@googlegroups.comreviewboard%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/reviewboard?hl=en


  --
 Want to help the Review Board project? Donate today at
 http://www.reviewboard.org/donate/
 Happy user? Let us know at http://www.reviewboard.org/users/
 -~--~~~~--~~--~--~---
 To unsubscribe from this group, send email to
 reviewboard+unsubscr...@googlegroups.comreviewboard%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/reviewboard?hl=en


  --
 Want to help the Review Board project? Donate today at
 http://www.reviewboard.org/donate/
 Happy user? Let us know at http://www.reviewboard.org/users/
 -~--~~~~--~~--~--~---
 To unsubscribe from this group, send email to
 reviewboard+unsubscr...@googlegroups.comreviewboard%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/reviewboard?hl=en




-- 
Rajat Khandelwal
SD 39 Satpura Hostel
B.Tech. Comp. Sc.  Engg. 2nd year
IIT Delhi

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

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? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

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 Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en


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/
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 11:25 AM, Rajat Khandelwal rajatgupt...@gmail.comwrote:

 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? Donate today at
 http://www.reviewboard.org/donate/
 Happy user? Let us know at http://www.reviewboard.org/users/
 -~--~~~~--~~--~--~---
 To unsubscribe from this group, send email to
 reviewboard+unsubscr...@googlegroups.comreviewboard%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/reviewboard?hl=en

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

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 11:25 AM, Rajat Khandelwal 
rajatgupt...@gmail.com mailto:rajatgupt...@gmail.com wrote:


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? Donate today at

http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to
reviewboard+unsubscr...@googlegroups.com
mailto:reviewboard%2bunsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/reviewboard?hl=en


--
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/

Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en 
Yes, I have followed the the instructions. I have downloaded 
PIL1.1.7.tar.gz, Djblets.tar.gz and ReviewBoard.tar.gz. Now I did python 
setup.py install in pil directory. After it I did python setup.py 
install in Djblets and it still says pill not installed.
Again running selftest.py in pil directory, I get freetype not 
installed, tkinter support not installed, pil core not installed, 
littlecms not installed. Now what does that all imply?


--
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en