diff options
author | ivan <ivan> | 2002-02-18 01:26:07 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-02-18 01:26:07 +0000 |
commit | 968f75993d7ec66d743bd5ab5e43d1d46556c27c (patch) | |
tree | 357c35365e61fb2d8961a995645cfecfce06aad4 /httemplate | |
parent | 30bb7613086a767cc50089fd223d21646907359b (diff) |
rsync docs
Diffstat (limited to 'httemplate')
-rw-r--r-- | httemplate/docs/install.html | 9 | ||||
-rw-r--r-- | httemplate/docs/upgrade8.html | 1 |
2 files changed, 6 insertions, 4 deletions
diff --git a/httemplate/docs/install.html b/httemplate/docs/install.html index b739af02c..315ad8f50 100644 --- a/httemplate/docs/install.html +++ b/httemplate/docs/install.html @@ -5,10 +5,11 @@ <h1>Installation</h1> Before installing, you need: <ul> - <li>A web server, such as <a href="http://www.apache-ssl.org">Apache-SSL</a> or <a href="http://www.apache.org">Apache</a> - <li><a href="http://perl.apache.org/">mod_perl</a> - <li><a href="http://www.openssh.com//">SSH</a> (<a href="http://www.openssh.com//">OpenSSH</a> is recommended. SSH Communications Security <a href="http://www.ssh.com/products/ssh/download.cfm">commercial SSH version 3</a> has been reported incompatible with Freeside.) <li><a href="http://www.perl.com/">Perl</a> Don't enable experimental features like threads or the PerlIO abstraction layer. + <li><a href="http://www.apache.org">Apache</a> (<a href="http://www.modssl.org/">mod_ssl</a> or <a href="http://www.apache-ssl.org">Apache-SSL</a> highly recommended) + <li><a href="http://perl.apache.org/">mod_perl</a> + <li><a href="http://www.openssh.com/">SSH</a> (<a href="http://www.openssh.com//">OpenSSH</a> is recommended. SSH Communications Security <a href="http://www.ssh.com/products/ssh/download.cfm">commercial SSH version 3</a> has been reported incompatible with Freeside.) + <li><a href="http://rsync.samba.org/">rsync</a> <li>A <b>transactional</b> database engine supported by Perl's <a href="http://www.hermetica.com/technologia/DBI/">DBI</a>. <ul> <li><a href="http://www.postgresql.org/">PostgreSQL</a> (v7 or higher) is recommended. @@ -72,7 +73,7 @@ $ mysqladmin -u root password '<i>set_a_root_database_password</i>' $ mysql -u root -p mysql> GRANT SELECT,INSERT,UPDATE,DELETE,INDEX,ALTER,CREATE,DROP on freeside.* TO freeside@localhost IDENTIFIED BY '<i>set_a_freeside_database_password</i>';</pre> </ul> - <li>Unpack the tarball: <pre>gunzip -c fs-x.y.z.tar.gz | tar xvf -</pre> +<!-- <li>Unpack the tarball: <pre>gunzip -c fs-x.y.z.tar.gz | tar xvf -</pre>--> <li>Edit the top-level Makefile: <ul> <li>Set <tt>DATASOURCE</tt> to your <a href="http://search.cpan.org/doc/TIMB/DBI-1.20/DBI.pm">DBI data source</a>, for example, <tt>DBI:Pg:host=localhost;dbname=freeside</tt> for PostgresSQL or <tt>DBI:mysql:freeside</tt> for MySQL. See the <a href="http://search.cpan.org/doc/TIMB/DBI-1.20/DBI.pm">DBI manpage</a> and the <a href="http://search.cpan.org/search?mode=module&query=DBD">manpage for your DBD</a> for the exact syntax of a DBI data source. diff --git a/httemplate/docs/upgrade8.html b/httemplate/docs/upgrade8.html index 61d956ce8..85c33d649 100644 --- a/httemplate/docs/upgrade8.html +++ b/httemplate/docs/upgrade8.html @@ -9,6 +9,7 @@ <li><a href="http://perl.apache.org/">mod_perl</a> is now required. <li>Install <a href="http://search.cpan.org/search?dist=Archive-Tar">Archive-Tar</a>, <a href="http://search.cpan.org/search?dist=Time-Duration">Time-Duration</a>, and <a href="http://search.cpan.org/search?dist=Tie-IxHash">Tie-IxHash</a> <li>Install <a href="http://www.apache-asp.org/">Apache::ASP</a> or <a href="http://www.masonhq.com/">HTML::Mason</a>. + <li>Install <a href="http://rsync.samba.org/">rsync</a> </ul> <table> <tr> |