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.