I am, for one. And getting everything setup on windows seems virtually impossible... I'm in the process of trying ubuntu on a vm, just to use heroku. I hope it works, because heroku looks pretty slick.
Thanks, Brad On Apr 13, 2:25 pm, Morten Bagai <[email protected]> wrote: > Guys, > > If you've been trying to install the latest herokugemon Windows, you > may have run into a bit of trouble. > > Now that we include the tapsgem, the heroku client has several new > dependencies - most notably taps. Unfortunately, there are a couple of > gems down the dependency chain whose Windows versions are lagging a > bit behind. Here's what you need to do to make the install work: > > 1) Install SQLite 3 > > Go tohttp://www.sqlite.org/download.htmland download the precompiled > binaries for Windows. You'll need the command-line program and the > DLL. It should be a total of 3 files, which you can paste in to c:\ruby > \bin (that's the standard location chosen for ruby by the ruby one- > click installer for Windows). > > 2) Install the sqlite3-rubygem > > The latest version (1.2.4) doesn't have a working Windows version, so > you need to install the previous version:geminstall sqlite3-ruby -v > 1.2.3. > > 3) Install thejsongem > > With thisgem, you need to go several versions back and install 1.1.1: > geminstalljson-v 1.1.1 > > 4) Install the herokugem > > Finish off withgeminstall heroku to get the latest version of our > rubygem. > > This is obviously a little cumbersome. We're looking into how we can > make the process smoother on Windows, but the easiest thing would be > to get those gems caught up version-wise. Feel free to make your > Windows needs known to the maintainers :) > > Finally, show of hands - if you don't mind - how many of you guys are > using Windows? > > Best, > > /Morten --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
