Graphviz

From DreamHost

Jump to: navigation, search
This article or section contains conversational writing that requires cleanup.
All user comments should be confined to talk pages, and writing should not be done from the perspective of the author.
We are hoping to create articles that meet certain standards. Please discuss this issue on the talk page. Editing help is available.

Graphviz is open source graph visualization software.

Graph visualization is a way of representing structural information as diagrams of abstract graphs and networks. Automatic graph drawing has many important applications in software engineering, database and web design, networking, and in visual interfaces for many other domains.

http://www.graphviz.org/


The question is: Is Graphviz available on Dreamhost servers...?? --Helge 13:22, 13 Jun 2006 (PDT)
I don't think so, but I'd love to have it as well, preferably with the GraphViz extension to
MediaWiki enabled as well. -- JFinnis 05:34, 14 Aug 2006 (PDT)

I just successfully installed graphviz (in order to use the MediaWiki extension).

$ tar xvzf graphviz-2.8.tar.gz
$ cd graphviz-2.8
$ ./configure --prefix=$HOME --disable-perl --disable-ruby
$ make
$ make install
$ make clean
  • I got errors about 'lperl not found' and 'lruby not found', so i added the disable switches. AFAICT, those libraries are there, so maybe someone can fix that, but anyhow, the MediaWiki extension didn't seem to need them.
  • For the MW extension [1], after including in LocalSettings.php, i had to manually create the {wikipath}/images/graphviz directory for it to work.

Cheers! -- rlb 21:39, 27 Nov 2006 (PST)


Thanks! That works beautifully! -- JFinnis 04:14, 24 Jan 2007 (PST)


=== Graphviz and Visitors Installed and Running on rodeo.dreamhost.com ===

-- http://fastwiki.com 17:55, 20 Feb 2007 (PST)</dd>

Graphviz, which is used by Salvatore Sanfilippo's Visitors web traffic analysis package, is installed and running well on my site.

Download pre-compiled binaries for Graphviz and Visitors

  1. You can download the pre-compiled binaries
    • The binaries were built on rodeo, who's uname is Linux rodeo 2.4.32-grsec+f6b+gr217+nfs+a32+fuse23+++opt+c6+gr2b-v6.192 i686 GNU/Linux)
  2. It runs by a cron job calling a makefile to setup the parameters and the targets.
    • The cron job is simply, 5 * * * * cd ~/graph; make >& /dev/null
Personal tools