Graphviz
From DreamHost
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.
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).
- Downloaded http://www.graphviz.org/pub/graphviz/ARCHIVE/graphviz-2.8.tar.gz (looks like there is a new version, 2.10, of graphviz, released today: http://www.graphviz.org/Download_source.php, so you may as well try that, but for accuracy's sake..)
- did
$ 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.
- 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,

