Changeset 103 for trunk/phpbms/README
- Timestamp:
- 10/13/06 16:59:44 (5 years ago)
- Files:
-
- 1 moved
-
trunk/phpbms/README (moved) (moved from trunk/phpbms/README.txt) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpbms/README
r77 r103 1 1 phpBMS - README 2 =============== ==========================================================2 =============== 3 3 4 4 SERVER REQUIREMENTS 5 ========================================================================= 5 ------------------- 6 6 7 7 Your server must be running at least: 8 - MySQL 3.2358+ 9 - PHP 4.1.2+ with MySQL support enabled. 8 * MySQL 3.2358+ 9 * PHP 4.1.2+ with MySQL support enabled. 10 10 11 11 12 INSTALLATION 12 ========================================================================= 13 ------------ 14 13 15 1. To install, from a web broswer, point to the install.php file located 14 in the install directory. (e.g. if you installed phpBMS to the root web15 folder of www.mytest.com, point your browser to:16 in the install directory. (e.g. if you installed phpBMS to the root web 17 folder of www.mytest.com, point your browser to: 16 18 17 19 http://www.mytest.com/install/install.php … … 19 21 2. Follow the instructions on the installation page 20 22 23 21 24 UPDATING AN INSTALLED VERSION OR MODULE 22 ========================================================================= 25 --------------------------------------- 23 26 24 **NOTE BEFORE UPDATING** 27 NOTE BEFORE UPDATING 28 ~~~~~~~~~~~~~~~~~~~~ 29 25 30 Because of the extensive changes and database modifications in v0.6b, 26 31 certain data will be replaced. This should not affect your client, … … 32 37 33 38 1. If you are updating or upgrading your current installation of phpBMS 34 from a web browser point to the update.php file located in the install35 directory. (e.g. if you installed phpBMS to the root web36 folder of www.mytest.com, point your browser to:39 from a web browser point to the update.php file located in the install 40 directory. (e.g. if you installed phpBMS to the root web 41 folder of www.mytest.com, point your browser to: 37 42 38 43 http://www.mytest.com/install/update.php