Index: openacs-4/contrib/obsolete-packages/acs-workflow/www/doc/installation.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/obsolete-packages/acs-workflow/www/doc/installation.html,v diff -u -r1.3 -r1.3.2.1 --- openacs-4/contrib/obsolete-packages/acs-workflow/www/doc/installation.html 11 Feb 2002 07:45:52 -0000 1.3 +++ openacs-4/contrib/obsolete-packages/acs-workflow/www/doc/installation.html 13 Mar 2002 02:04:58 -0000 1.3.2.1 @@ -31,14 +31,15 @@
+

- +

We use GraphViz to create a graphic representation of the process. This is used in a number of places, including the Advanced Process Builder and the Process Monitor. Although the package will @@ -47,33 +48,26 @@

+On RedHat 7.2, say: -You can install GraphViz anywhere you want. A good -place is in /usr/local. Here's the commands that can be -used to install this on a Linux system. You probably need to be root to do -this. +

rpm -ivh http://www.research.att.com/sw/tools/graphviz/dist/graphviz-1.8.1-0.i386.rpm
-
-$ su -
-$ cd /usr/local
-$ wget http://www.research.att.com/sw/tools/graphviz/gviz1.5.linux.i386.tgz
-  (substitute the URL for your operating system, if not Linux)
-$ tar xvfz gviz1.5.linux.i386.tgz
-$ ln -s gv1.5 graphviz
-$ cd bin
-$ ln -s /usr/local/graphviz/bin/dot dot
-
+On Debian, say: -

-Note: on Debian, you can do: apt-get install graphviz -

+
apt-get install graphviz
+On other systems, visit the GraphViz +download page and see what you can find out. +
3. Install Fonts for GraphViz
+

+