Jonathan,

I use Ubuntu on a daily basis to develop rails applications and deploy them
to heroku.

I strongly suggest to use rvm http://beginrescueend.com/ to install ruby on
Ubuntu, instead of installing ruby and its dependencies using apt-get.

It may seem a little overwhelming at first but if you spend 15 minutes
reading the docs you will understand it.

I wote a blog post a year ago
http://blog.hectorsq.com/how-to-install-rails-3-on-ubuntu, it is now a
little outdated but you will get the idea.

Regards,
Hector Sansores
@hectorsq


On Sun, Sep 25, 2011 at 8:40 AM, Jonathan Scher <[email protected]>wrote:

> Hello,
>
> I'm trying to make Heroku work on my Ubuntu machine, in order to run play
> apps on it.
> It's been a couple of hour, and it still doesn't works.
>
> I've install gem through "sudo apt-get install rubygems".
> Then "gem install heroku" -> permission denied /var/lib/gems/...
>
> OK, no problem, I'll sudo...
> sudo gem install heroku --> OK
>
> then
>  heroku -->
> Invalid gemspec in [/var/lib/gems/1.8/specifications/heroku-2.8.4.gemspec]:
> invalid date format in specification: "2011-09-23 00:00:00.000000000Z"
> /usr/lib/ruby/vendor_ruby/1.8/rubygems.rb:926:in `report_activate_error':
> Could not find RubyGem heroku (>= 0) (Gem::LoadError)
>  from /usr/lib/ruby/vendor_ruby/1.8/rubygems.rb:244:in `activate_dep'
> from /usr/lib/ruby/vendor_ruby/1.8/rubygems.rb:236:in `activate'
>  from /usr/lib/ruby/vendor_ruby/1.8/rubygems.rb:1307:in `gem'
> from /usr/local/bin/heroku:18
>
> then I tried a lot of complicated command line involving rvm and
> libreadline. I don't know anything about ruby, and everything I tried failed
> sooner or later.
>
> Is there a simple way to get heroku work on Ubuntu ?
>
> thx,
> Jonathan
>
> --
> You received this message because you are subscribed to the Google Groups
> "Heroku" 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/heroku?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" 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/heroku?hl=en.

Reply via email to