Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Heroku client on Ubuntu - any good install guides?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  5 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
kimptoc  
View profile  
 More options Jul 5 2011, 2:38 am
From: kimptoc <ch...@kimptoc.net>
Date: Mon, 4 Jul 2011 23:38:03 -0700 (PDT)
Local: Tues, Jul 5 2011 2:38 am
Subject: Heroku client on Ubuntu - any good install guides?
Hi,

Just spent a couple of hours trying to get the heroku command line
installed on a friends Ubuntu box, but still no joy.

Perhaps my mistake was using rvm :(

Are there any good/comprehensive guides?

From a quick google, it seems there are several issues that regularly
bite - openssl, zlib

Or is there a list of gem dependancies?

Currently getting:

no such file to load - mime/types

Thanks,
Chris


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Todd A. Jacobs  
View profile  
 More options Jul 6 2011, 12:40 am
From: "Todd A. Jacobs" <nos...@codegnome.org>
Date: Tue, 5 Jul 2011 21:40:26 -0700 (PDT)
Local: Wed, Jul 6 2011 12:40 am
Subject: Re: Heroku client on Ubuntu - any good install guides?
On Jul 5, 2:38 am, kimptoc <ch...@kimptoc.net> 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 install build-essential bison openssl libreadline6
libreadline6-dev curl git zlib1g zlib1g-dev libssl-dev libyaml-dev
libsqlite3-0 libsqlite3-dev sqlite3 libxml2-dev libxslt-dev autoconf
libc6-dev ncurses-dev subversion

After that, install rvm, install a ruby, and then install heroku.
Works fine here on Ubuntu 11.04.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Scott LaBounty  
View profile  
 More options Jul 6 2011, 1:05 am
From: Scott LaBounty <slabou...@gmail.com>
Date: Tue, 5 Jul 2011 22:05:54 -0700
Local: Wed, Jul 6 2011 1:05 am
Subject: Re: Heroku client on Ubuntu - any good install guides?

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 source "$HOME/.rvm/scripts/rvm"
; fi
# Open a new terminal
type rvm | head -n1 # Should see "rvm is a function"
rvm notes # to make sure of a good install
rvm install 1.9.2 # Installs ruby 1.9.2
rvm --default ruby-1.9.2 # Makes 1.9.2 the default ruby
ruby -v # Should see the 1.9.2 message


I can't remember where I got this to give credit where credit is due, but
googling should help.

Scott

On Tue, Jul 5, 2011 at 9:40 PM, Todd A. Jacobs <nos...@codegnome.org> wrote:

--
Scott
http://steamcode.blogspot.com/

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
kimptoc  
View profile  
 More options Jul 6 2011, 2:39 am
From: kimptoc <ch...@kimptoc.net>
Date: Tue, 5 Jul 2011 23:39:59 -0700 (PDT)
Local: Wed, Jul 6 2011 2:39 am
Subject: Re: Heroku client on Ubuntu - any good install guides?
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.

Thanks,
Chris


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
kimptoc  
View profile  
 More options Jul 7 2011, 3:13 am
From: kimptoc <ch...@kimptoc.net>
Date: Thu, 7 Jul 2011 00:13:38 -0700 (PDT)
Local: Thurs, Jul 7 2011 3:13 am
Subject: Re: Heroku client on Ubuntu - any good install guides?
 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic