Hey,

I did Option B and I'm now on 1.6.6. Great :-)

Thanks for the help. That was quick. I really appreciate it.

P.S. rb-site died on me complaining about not finding libreadline5.so even when 
libreadline6 was installed. But I was logged in as bitnami and the bitnami 
environment was not loaded, maybe that's why. I'll be happy to send any outputs 
or logs.  

--  
Can Özmen


On Wednesday, May 2, 2012 at 6:59 PM, victoria wrote:

> On Wed, May 2, 2012 at 1:36 PM, Can Özmen <canoz...@gmail.com 
> (mailto:canoz...@gmail.com)> wrote:
> > Hello,
> >  
> > I was able to install 1.6.6 with the -U option. Both the .egg and rb-site
> > script seems to be updated correctly.
> >  
> > I then had to install libreadline5 via apt-get to get rb-site working.
> >  
> > But rb-site still fails with:
> >   pkg_resources.DistributionNotFound: ReviewBoard==1.6.6
> >  
> > Is there way to see where setuptools is looking for packages/distributions?
> > Should I delete the 1.6.5 .egg?
> >  
>  
>  
> Why did you need to install libreadline5? And when do you get that
> error? What are you executing? This is what I execute and works for
> me:
>  
> sudo easy_install --prefix apps/reviewboard --script-dir
> apps/reviewboard/bin --install-dir apps/reviewboard/lib -U ReviewBoard
>  
> Then if you execute the rb-site comand you will get the error below
> (sorry I previously missed this step)
>  
> bitnami@xxx:~$ /opt/bitnami/apps/reviewboard/bin/rb-site upgrade
> /opt/bitnami/apps/reviewboard/rb-sites/reviewboard
> /opt/bitnami/python/bin/.python.bin: error while loading shared
> libraries: libpython2.6.so.1.0: cannot open shared object file: No
> such file or director
>  
> This is because rb-site is not loading the bitnami environment. If you
> open the rb-site script you will see that it is pointing to
> .python.bin.
>  
> You can:
>  
> Option A.-
> Edit rb-site and change .python.bin with python.
> bitnami@xxx:~$ sudo /opt/bitnami/apps/reviewboard/bin/rb-site upgrade
> /opt/bitnami/apps/reviewboard/rb-sites/reviewboard
> Rebuilding directory structure
> Updating database. This may take a while.
> Creating tables ...
> Upgrading Review Board from 1.6.5 to 1.6.6
> Installing custom SQL ...
> Installing indexes ...
> No fixtures found.
> No evolution required.
> Resetting in-database caches.
> Upgrade complete.
>  
> Option B.- Login as root and load the bitnami environment
>  
> bitnami@xxx:~$ sudo su
> root@xxx:/home/bitnami# . /opt/bitnami/scripts/setenv.sh (http://setenv.sh) 
> <-- notice
> the space between the dot and the script path.
> root@domU-12-31-39-0A-25-90:/home/bitnami#
> /opt/bitnami/apps/reviewboard/bin/rb-site upgrade
> /opt/bitnami/apps/reviewboard/rb-sites/reviewboard
> Rebuilding directory structure
> Updating database. This may take a while.
> Creating tables ...
> Installing custom SQL ...
> Installing indexes ...
> No fixtures found.
> No evolution required.
> Resetting in-database caches.
> Upgrade complete.
>  
>  
>  
> > Thanks,
> > Can.
> >  
> > --
> > Can Özmen
> >  
> > On Wednesday, May 2, 2012 at 12:30 PM, victoria wrote:
> >  
> >  
> >  
> > On May 1, 7:11 pm, Can Özmen <canoz...@gmail.com (http://gmail.com)> wrote:
> >  
> > Thank you Victoria,
> >  
> > easy_install could only find 1.6.5 from Bitnami's repo the last I checked.
> > I'll wait a few days more I guess.
> >  
> >  
> > Hi,
> >  
> > With easy_install you should download ReviewBoard from the official
> > repository. I tested the steps on my side and with option -U
> > ReviewBoard it worked for me and found the the new version 1.6.6
> > (don't forget to use also the other options so it doesn't install the
> > new version in a different location).
> >  
> > Happy Workers Day,
> > Can.
> >  
> >  
> >  
> >  
> >  
> >  
> >  
> > On Tuesday, May 1, 2012 2:52:15 PM UTC+3, victoria wrote:
> >  
> > On Apr 30, 4:50 pm, Can Özmen <canoz...@gmail.com (http://gmail.com)> wrote:
> >  
> > Hi All,
> >  
> >  
> > Great work. I have a fresh 1.6.5 installed through BitNami on an EC2
> > instance.
> >  
> >  
> > What's the upgrade procedure? Couldn't find it on the site or in the
> >  
> > admin
> >  
> > dashboard of the app.
> >  
> >  
> > P.S. I have nothing in my install so I can wipe if necessary.
> >  
> >  
> > For upgrading the BitNami installation you only need to take into
> > account the path in which ReviewBoard is installed. According to the
> > ReviewBoard official documentation the upgrade will involves two
> > steps:
> >  
> >  
> > 1.- Upgrade ReviewBoard with easy_install. Load the BitNami
> > environment and execute:
> >  
> >  
> > easy_install --prefix apps/reviewboard --script-dir apps/reviewboard/
> > bin --install-dir apps/reviewboard/lib -U ReviewBoard
> >  
> >  
> > 2.- Upgrade your sites. The default site is created in /opt/bitnami/
> > apps/reviewboard/rb-sites/reviewboard
> >  
> >  
> > /opt/bitnami/apps/reviewboard/bin/rb-site upgrade /opt/bitnami/apps/
> > reviewboard/rb-sites/reviewboard
> >  
> >  
> > In any case if as you mention you don't have any data yet, it may be
> > easier just launched a new instance.
> >  
> >  
> > Best regards,
> >  
> >  
> > Victoria.
> >  
> >  
> > On Wednesday, April 25, 2012 12:50:37 PM UTC+3, Christian Hammond wrote:
> >  
> >  
> > Hey everyone,
> >  
> >  
> > Review Board 1.6.6 is out, and adds support for getting GitHub API
> >  
> > tokens
> >  
> > for private repos.
> >  
> >  
> > See the news post and release notes at
> > http://www.reviewboard.org/news/2012/04/25/review-board-166-released/
> >  
> >  
> > Christian
> >  
> >  
> > --
> > Christian Hammond - chip...@chipx86.com (http://chipx86.com)
> > Review Board -http://www.reviewboard.org
> > VMware, Inc. -http://www.vmware.com
> >  
> >  
> > --
> > 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+unsubscr...@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 
> > (mailto:reviewboard+unsubscr...@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 
> (mailto:reviewboard+unsubscr...@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

Reply via email to