|
From: Benjamin C. <bc...@us...> - 2002-10-19 18:44:56
|
Update of /cvsroot/phpbt/phpbt
In directory usw-pr-cvs1:/tmp/cvs-serv5762
Modified Files:
UPGRADING
Log Message:
Tweaking
Index: UPGRADING
===================================================================
RCS file: /cvsroot/phpbt/phpbt/UPGRADING,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- UPGRADING 19 Oct 2002 18:42:01 -0000 1.11
+++ UPGRADING 19 Oct 2002 18:44:53 -0000 1.12
@@ -3,11 +3,11 @@
Following the steps below will upgrade your installation of phpBT.
+Using the directory where you unpacked the new set of files...
1. Edit config-dist.php, changing the database settings to match those from
your old config.php (DB_*, SMARTY_PATH and TBL_PREFIX constants). Save
config-dist.php as config.php.
-2. With your web browser, load upgrade.php from the directory where you
- installed the new set of files.
+2. Load upgrade.php with your web browser.
3. After running that script your installation has been upgraded.
4. Either copy the files from the new installation over the old one, or
point your users to the new location.
|