views:

393

answers:

4

I want to find some hosting for a small Ruby (Sinatra) app that uses Graphviz and Dot.

Heroku is usually my favorite because it's a) Free, b) Simple, and c) Scalable. Heroku doesn't do Graphviz and Dot, so I'm looking for an alternative. Any ideas?

+2  A: 

I've been very happy with bluehost.com. They support ruby/rails, etc. and while they do not provide graphviz or dot 'out-of-the-box,' they provide shell accounts. I've worked with Graphviz and dot before on a different, but similar, system before. If you're willing to take a crack at it from a bash prompt, bluehost would be more that acceptable.

They also have fantastic customer support. (And no, I'm not affiliated with them at all. Just a customer.)

+2  A: 

Dreamhost seems to allow you to install Graphviz:

http://wiki.dreamhost.com/Graphviz

Hope this helps you.

Pietro Speroni
+1  A: 

I'd suggest moving to a VPS. I use Slicehost, and they have plans starting at $20 a month.

brianegge
+1 I've been using Slicehost for years now, and they're by far the best bang for your buck.
Bob Aman
+1  A: 

If you're willing to deal with a stripped down 'Viz api, Google Charts API now supports GraphViz experimentally.

Joe