Re: Graphviz and Dot

2009-04-18 Thread Tobes
Hi folks I've been digging around a little. A route that might lead to a lighter install could be this: 1. Somehow install just enough of Graphviz to support SVG output (so no text/font/png/jpg stuff needed) 2. Install batik -- a Java tool that allows conversion of SVG to other formats

Graphviz and Dot

2009-04-17 Thread Tobes
Hi folks I have a Sinatra application that uses Graphviz and Dot. I'm guessing that it won't be possible to host this on Heroku? If not, does anyone know of a good home where I could host it? I'd like something with the simlicity and scalability and general awesomeness that Heroku gives us. T

Re: Graphviz and Dot

2009-04-17 Thread Morten Bagai
folks I have a Sinatra application that uses Graphviz and Dot. I'm guessing that it won't be possible to host this on Heroku? If not, does anyone know of a good home where I could host it? I'd like something with the simlicity and scalability and general awesomeness that Heroku gives us. T

Re: Graphviz and Dot

2009-04-17 Thread Keenan Brock
have a Sinatra application that uses Graphviz and Dot. I'm guessing that it won't be possible to host this on Heroku? If not, does anyone know of a good home where I could host it? I'd like something with the simlicity and scalability and general awesomeness that Heroku gives us. T

Re: Graphviz and Dot

2009-04-17 Thread Yuri Niyazov
Well, the whole thing already sounds like a no-go because heroku doesn't allow writing to the fs On Apr 17, 2009 2:27 PM, Keenan Brock kee...@thebrocks.net wrote: dot (and nice)is a command line app. Graphviz is the package/library name. It is in macports and basically all distributions. Most

Re: Graphviz and Dot

2009-04-17 Thread Tobes
, and   perhaps some info on binary dependencies? It's possible we can add   support for these to our Dyno environment, but I'd have to know a bit   more first. Thanks, Morten On Apr 17, 2009, at 10:10 AM, Tobes wrote: Hi folks I have a Sinatra application that uses Graphviz and Dot. I'm

Re: Graphviz and Dot

2009-04-17 Thread Keenan Brock
we can add support for these to our Dyno environment, but I'd have to know a bit more first. Thanks, Morten On Apr 17, 2009, at 10:10 AM, Tobes wrote: Hi folks I have a Sinatra application that uses Graphviz and Dot. I'm guessing that it won't be possible to host this on Heroku

Re: Graphviz and Dot

2009-04-17 Thread Tobes
on binary dependencies? It's possible we can add support for these to our Dyno environment, but I'd have to know a   bit more first. Thanks, Morten On Apr 17, 2009, at 10:10 AM, Tobes wrote: Hi folks I have a Sinatra application that uses Graphviz and Dot. I'm   guessing

Re: Graphviz and Dot

2009-04-17 Thread Keenan Brock
wrote: Hi folks I have a Sinatra application that uses Graphviz and Dot. I'm guessing that it won't be possible to host this on Heroku? If not, does anyone know of a good home where I could host it? I'd like something with the simlicity and scalability and general awesomeness

Re: Graphviz and Dot

2009-04-17 Thread Keenan Brock
Good call Ryan, Never thought imagemagick. That probably includes most of the dependencies that GraphViz would need. Also pruning down the supported formats to those 3 would probably prune down the additional libraries needed much further. Also, thanks Tobes for asking the question. I had