Re: Installing ReviewBoard on latest Ubuntu

2011-12-16 Thread Bart Celary
I thought I'll share my way of installing RB on Ubuntu. What I normally do when installing django projects is install everything via virtualenv script. On Ubuntu you can apt-get install python-pip and python-virtualenv, then: # Create Python virtual environments directory mkdir -p /srv/pve #

Re: Installing ReviewBoard on latest Ubuntu

2011-12-13 Thread Christian Hammond
Something's red flagging for me here. How did you install Review Board initially? You shouldn't be hitting any of these dependency errors. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Mon, Dec 12, 2011

Re: Installing ReviewBoard on latest Ubuntu

2011-12-13 Thread mmn...@gmail.com
Yes. So pip and easy_install should fetch the same results I think. This is showing a timeout when installing Django 1.3.1 using pip in verbose mode. I think because of this Django is not getting installed at all. I am using Ubuntu 11.10. I can try manually downloading and installing Django from

Installing ReviewBoard on latest Ubuntu

2011-12-12 Thread mmn...@gmail.com
Hello, I have installed ReviewBoard and all supporting packages (except pylucene) on latest Ubuntu 11.10. However when I try to create a site I am getting mmn@mmn-hp-workstation-xw4100:~$ rb-site install /var/www/ xmp.reviews.com Traceback (most recent call last): File /usr/local/bin/rb-site,

Re: Installing ReviewBoard on latest Ubuntu

2011-12-12 Thread Christian Hammond
Try: sudo easy_install python-dateutil==1.5 Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Mon, Dec 12, 2011 at 9:00 PM, mmn...@gmail.com mmn...@gmail.com wrote: Hello, I have installed