Yep. :-) On Tue, Feb 1, 2011 at 12:22 PM, Domizio Demichelis <[email protected]>wrote:
> Thanks for posting this Peter. Hope the search engine for the group will >> pick this up when someone else is looking for it... >> > > Do you mean... like this one? > > > http://groups.google.com/group/hobousers/browse_thread/thread/f2eef71cb7f187e8/a824ae06de8ddfe9 > > :-) > > ciao > dd > > > On Tue, Feb 1, 2011 at 12:28 PM, Owen Dall <[email protected]> wrote: > >> Thanks for posting this Peter. Hope the search engine for the group will >> pick this up when someone else is looking for it... >> >> -Owen >> >> >> On Tue, Feb 1, 2011 at 11:13 AM, Peter Booth <[email protected]> wrote: >> >>> Just in-case anyone else needs this. >>> >>> 1. to checkout the code from git: >>> >>> [deploy@barbie1 tmpH]$ git clone git://github.com/tablatom/hobo.git >>> Cloning into hobo... >>> remote: Counting objects: 33536, done. >>> remote: Compressing objects: 100% (10623/10623), done. >>> remote: Total 33536 (delta 22157), reused 32960 (delta 21696) >>> Receiving objects: 100% (33536/33536), 4.77 MiB | 9.08 MiB/s, done. >>> Resolving deltas: 100% (22157/22157), done. >>> [deploy@barbie1 tmpH]$ cd hobo/ >>> [deploy@barbie1 hobo]$ git checkout -b rails3 origin/rails3 >>> Branch rails3 set up to track remote branch rails3 from origin. >>> Switched to a new branch 'rails3' >>> [deploy@barbie1 hobo]$ git pull >>> Already up-to-date. >>> >>> 2. to install it as a gem: >>> >>> [peter@mbp hobo ((5a2fb55...))]$ *rake gems[install]* >>> (in /Users/peter/tmpHobo/hobo) >>> cd /Users/peter/tmpHobo/hobo/hobo_support >>> gem build hobo_support.gemspec >>> WARNING: description and summary are identical >>> Successfully built RubyGem >>> Name: hobo_support >>> Version: 1.3.0.pre26.5a2fb55 >>> >>> >>> >>> On Jan 28, 2011, at 2:25 PM, Peter Booth wrote: >>> >>> I had been working with the --pre hobo gem installed into an RVM 1.9.2 >>> Ruby. >>> After hitting a bug I instead installed the head of the rails3 branch as >>> a plugin with "rails plugin.." I have completely forgotten how I did this. >>> >>> Now I'm trying to deploy my app with capistrano (and github) and I'm >>> wondering how I am supposed to remotely install the rails3 branch from >>> github (but not as a github gem)? >>> >>> Is anyone else using this configuration? >>> >>> FWIW I'm developing on leopard and deploying to centos. >>> >>> Also, Will the new book contain an updated recipe for working on hobo >>> edge (rails3)? >>> >>> Sent from my iPhone >>> >>> -- >>> You received this message because you are subscribed to the Google Groups >>> "Hobo Users" group. >>> To post to this group, send email to [email protected]. >>> To unsubscribe from this group, send email to >>> [email protected]. >>> For more options, visit this group at >>> http://groups.google.com/group/hobousers?hl=en. >>> >>> >>> -- >>> You received this message because you are subscribed to the Google Groups >>> "Hobo Users" group. >>> To post to this group, send email to [email protected]. >>> To unsubscribe from this group, send email to >>> [email protected]<hobousers%[email protected]> >>> . >>> For more options, visit this group at >>> http://groups.google.com/group/hobousers?hl=en. >>> >> >> >> >> -- >> >> >> - Owen >> >> Owen Dall, Chief Systems Architect >> Barquin International >> www.barquin.com >> Cell: 410-991-0811 >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Hobo Users" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]<hobousers%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/hobousers?hl=en. >> > > -- > You received this message because you are subscribed to the Google Groups > "Hobo Users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<hobousers%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/hobousers?hl=en. > -- - Owen Owen Dall, Chief Systems Architect Barquin International www.barquin.com Cell: 410-991-0811 -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.
