Update of /cvsroot/php-blog/serendipity
In directory sc8-pr-cvs1:/tmp/cvs-serv3709
Modified Files:
INSTALL
Log Message:
Initial write-up of upgrade instructions
Minor fixments in the rest of the document
Index: INSTALL
===================================================================
RCS file: /cvsroot/php-blog/serendipity/INSTALL,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- INSTALL 21 Jul 2003 02:34:36 -0000 1.5
+++ INSTALL 9 Sep 2003 20:13:21 -0000 1.6
@@ -18,24 +18,32 @@
5. Done!
###############################################################################
+# UPGRADE #
+###############################################################################
+
+1. Download the latest release from s9y.org
+2. Extract all files into your serendipity directory, overwriting old files.
+3. Run db_upgrade0.2-0.3.sql (example) using phpMyAdmin or a similar tool
+4. Go to Admin->Configuration and configure any new settings since last version
+5. Done!
+
+###############################################################################
# REQUIREMENTS #
###############################################################################
-1. .htaccess support allowing overrides for DirectoryIndex
-2. PHP Version 4 or greater (PHP 4.3.1 or greater recommended)
-3. php.ini options:
+1. The Apache Webserver
+2. .htaccess support allowing overrides for DirectoryIndex
+3. PHP Version 4 or greater (PHP 4.3.1 or greater recommended)
+4. php.ini options:
- error_reporting E_ALL & ~E_NOTICE (or lower)
- file_uploads on (For import/image upload features)
- - magic_quotes_gpc Off
-4. php extensions:
- - None at this time.
-5. Supported database engine:
- - MySQL
+5. Any of the following database engines:
+ - Mysql
- PostGreSQL
- SQLite (not quite!)
###############################################################################
-# USAGE #
+# FILE STRUCTURE #
###############################################################################
serendipity consists of 3 parts:
@@ -62,11 +70,8 @@
HTML header and includes layout.php
###############################################################################
-serendipity (c) 2003 Jannis Hermanns <J...@ha...> www.jannis.to
-& the serendipity team: Sterling Hughes <ste...@bu...>
- Christian Mühlhaeuser <ch...@ch...>
+Serendipity Weblog - http://s9y.org
-Thanks to:
- Daniel Freudenberger <be...@or...>
+Licensed under the BSD License
# $Id$
|