summaryrefslogtreecommitdiff
path: root/htdocs
diff options
context:
space:
mode:
authorivan <ivan>1999-04-18 09:27:34 +0000
committerivan <ivan>1999-04-18 09:27:34 +0000
commitc96d27c7f346fca4a229b2cb20e253f7f8e578e5 (patch)
tree216c608e94462bf25689b9986af4d4e96518fd4f /htdocs
parenta39a2158c87c105f4cf04d68a02bc44557b5a85a (diff)
out-dated links, fix from "Greg Kuhnert" <gregk@no1.com.au>
Diffstat (limited to 'htdocs')
-rw-r--r--htdocs/docs/install.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/htdocs/docs/install.html b/htdocs/docs/install.html
index 7aaad14ae..7fcd13aeb 100644
--- a/htdocs/docs/install.html
+++ b/htdocs/docs/install.html
@@ -34,8 +34,8 @@ Before installing, you need:
Install the Freeside distribution:
<ul>
<li>Add the user `freeside' to your system.
- <li>Add the freeside database to your database engine. (with <a href="http://www.mysql.com/Manual_chapter/manual_Syntax.html#Create database">MySQL</a>) (with <a href="http://www.postgresql.org/docs/admin/manage-ag.htm#AEN854">PostgreSQL</a>)
- <li>Allow the freeside user full access to the freeside database. (with <a href="http://www.mysql.com/Manual_chapter/manual_Privilege_system.html#Privilege system">MySQL</a>) (with <a href="http://www.postgresql.org/docs/admin/newuser.htm">PostgreSQL</a>)
+ <li>Add the freeside database to your database engine. (with <a href="http://www.mysql.com/Manual_chapter/manual_Syntax.html#Create_database">MySQL</a>) (with <a href="http://www.postgresql.org/docs/admin/manage-ag.htm#AEN854">PostgreSQL</a>)
+ <li>Allow the freeside user full access to the freeside database. (with <a href="http://www.mysql.com/Manual_chapter/manual_Privilege_system.html#Privilege_system">MySQL</a>) (with <a href="http://www.postgresql.org/docs/admin/newuser.htm">PostgreSQL</a>)
<li>Unpack the tarball: <pre>gunzip -c fs-x.y.z.tar.gz | tar xvf -</pre>
<li>Copy or link fs-x.y.z/site_perl to FS in your site_perl directory. (try `<code>perl -V</code>' if unsure) <pre>mkdir /usr/local/lib/site_perl/FS
cp fs-x.y.z/site_perl/* /usr/local/lib/site_perl/FS</pre> or <pre>ln -s /full/path/to/fs-x.y.z/site_perl /usr/local/lib/site_perl/FS</pre>