Re: Heroku client on Ubuntu - any good install guides?

2011-07-07 Thread kimptoc
Work in progress: http://wp.kimptoc.net/2011/07/installing-heroku-client-on-ubuntu-10-under-rvm/ Regards, Chris -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to heroku@googlegroups.com. To unsubscribe from this gr

Re: Heroku client on Ubuntu - any good install guides?

2011-07-05 Thread kimptoc
Hi, Thanks Scott and Todd - I have passed on Todd's install line to my friend - hopefully that will resolve the last issues. Strange that installing the heroku gem did not pull in its dependancies - I guess thats related to the missing system components. I should write this up as a blog post. T

Re: Heroku client on Ubuntu - any good install guides?

2011-07-05 Thread Scott LaBounty
Here's what I did to install rvm ... << #Install RVM and ruby 1.9.2 on Ubuntu sudo apt-get install curl build-essential libssl-dev libreadline5-dev bash < <( curl http://rvm.beginrescueend.com/releases/rvm-install-head ) # Add to end of .bashrc file ... if [[ -s "$HOME/.rvm/scripts/rvm" ]] ; then

Re: Heroku client on Ubuntu - any good install guides?

2011-07-05 Thread Todd A. Jacobs
On Jul 5, 2:38 am, kimptoc wrote: > Just spent a couple of hours trying to get the heroku command line > installed on a friends Ubuntu box, but still no joy. The Heroku gem works fine under Ubuntu when using RVM. You just need to ensure you have all the RVM dependencies installed: sudo aptitude