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.4 --- 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 22:50:53 -0000 1.4 @@ -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. +
+
+ This will work a little differently depending on your platform.
On Linux, you can install the RPM fonts:
$ su - -$ wget ftp://rpmfind.net/linux/contrib/noarch/noarch/webfonts-1-3.noarch.rpm -$ rpm -ivh webfonts-1-3.noarch.rpm -$ cp /usr/X11R6/lib/X11/fonts/webfonts/*.ttf /usr/local/lib/fonts/ +$ rpm -ivh ftp://rpmfind.net/linux/contrib/noarch/noarch/webfonts-1-3.noarch.rpm+Unfortunately, Graphviz doesn't look in the place where the webfonts +RPM puts them. Webfonts puts the fonts in +
/usr/X11R6/lib/X11/fonts/webfonts
. Graphviz looks in
+/usr/X11R6/lib/X11/fonts/webfonts/truetype
(among other
+places, and it may vary from version to version.)
+
++ +Here's what you can do to copy the font files from where webfonts puts +them to where GraphiViz looks: + +
+$ cd /usr/X11R6/lib/X11/fonts +$ mkdir truetype +$ cd truetype +$ cp ../webfonts/* . ++ +
+
You don't have to copy over all the fonts. For the standard
installation, you only need arial.ttf
,
-arialb.ttf
, and times.ttf
. You may also symlink
-them if you prefer. But the above will work.
+arialb.ttf
, and times.ttf
. You may also
+symlink them if you prefer. But the above will work.
If you have a recent version of Solaris, you can probably find the
@@ -130,8 +144,9 @@
c:\winnt\fonts
.
arial.ttf
and arialb.ttf
onto your
-server Unix machine, into /usr/local/lib/fonts
. If you
-want, you can download, install and copy over additional font files.
+server Unix machine, into
+/usr/X11R6/lib/X11/fonts/truetype
. If you want, you can
+download, install and copy over additional font files.
@@ -143,8 +158,8 @@
/admin/site-map
on your
-webserver.
+/admin/site-map
on your webserver.
/workflow/
, click on admin, and study the
-sample processes included.
+package at /acs-workflow/
(this
+is where Workflow is mounted by defaultmay vary on your server),
+click on admin, and study the sample processes included.