*** empty log message ***
authorivan <ivan>
Wed, 11 Aug 1999 14:42:57 +0000 (14:42 +0000)
committerivan <ivan>
Wed, 11 Aug 1999 14:42:57 +0000 (14:42 +0000)
bin/backup-freeside [new file with mode: 0644]
htdocs/docs/install.html

diff --git a/bin/backup-freeside b/bin/backup-freeside
new file mode 100644 (file)
index 0000000..a39b046
--- /dev/null
@@ -0,0 +1,6 @@
+#!/bin/sh
+/etc/init.d/apache stop
+/etc/init.d/mysql stop
+tar czvf var-lib-mysql-`date +%y%m%d%H%M%S`.tar.gz /var/lib/mysql
+/etc/init.d/mysql start
+/etc/init.d/apache start
index 592d656..5a4d1b2 100644 (file)
@@ -9,7 +9,7 @@ Before installing, you need:
   <li><a href="ftp://ftp.cs.hut.fi/pub/ssh/">SSH</a>
   <li><a href="http://www.perl.com/CPAN/doc/relinfo/INSTALL.html">Perl</a> (at least 5.004_05 for the 5.004 series or 5.005_03 for the 5.005 series.  Don't enable experimental features like threads or the PerlIO abstraction layer.)
   <li>A database engine supported by Perl's <a href="http://www.hermetica.com/technologia/DBI/">DBI</a>, such as <a href="http://www.tcx.se/">MySQL</a> or <a href="http://www.postgresql.org/">PostgreSQL</a> (see the <a href="postgresql.html">PostgreSQL notes</a>)
-  <li>Perl modules (<a href="http://www.perl.com/CPAN/doc/manual/html/lib/CPAN.html">CPAN</a> will query, download and build perl modules))
+  <li>Perl modules (<a href="http://www.perl.com/CPAN/doc/manual/html/lib/CPAN.html">CPAN</a> will query, download and build perl modules automatically)
     <ul>
       <li><a href="http://www.perl.com/CPAN/modules/by-module/Array/">Array-PrintCols</a>
       <li><a href="http://www.perl.com/CPAN/modules/by-module/Term/">Term-Query</a>