Graphviz
From DreamHost
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.
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).
$ wget http://www.graphviz.org/pub/graphviz/stable/SOURCES/graphviz-2.22.2.tar.gz $ tar xvzf graphviz-2.22.2.tar.gz $ cd graphviz-2.22.2 $ ./configure --prefix=$HOME/local --disable-perl --disable-ruby $ make $ make install $ make clean
- If you get errors about 'lperl not found' and 'lruby not found', make sure you have the disable switches. The MediaWiki extension doesn'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.
Worked on Phaeton Aupajo 09:12, 26 April 2009 (UTC)
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.
- Have a look at some live statistics for fastwiki.com visitors
- Also, take a look at the corresponding Visitors GraphViz, trails graph
Download pre-compiled binaries for Graphviz and Visitors
- 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)
- The binaries were built on rodeo, who's uname is
- 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
- The cron job is simply,

