Changeset 514
- Timestamp:
- 04/23/09 14:49:28 (15 months ago)
- Files:
-
- 1 modified
-
trunk/phpbms/README (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpbms/README
r205 r514 6 6 7 7 Your server must be running at least: 8 * MySQL 3.2358+ 9 * PHP 4.3.0+ with MySQL support enabled. 8 * MySQL Server 5.0+ 9 * PHP 5.2.0+ with MySQL support enabled. 10 * Apache 2.0 or higher 10 11 11 12 12 13 === INSTALLATION === 13 14 14 * To install, from a web broswer, point to the in stall.php file located15 in the install directory. (e.g. if you installed phpBMS to the root 15 * To install, from a web broswer, point to the index.php file located 16 in the install directory. (e.g. if you installed phpBMS to the root 16 17 web folder of www.mytest.com, point your browser to: 17 18 18 http://www.mytest.com/install/install.php 19 19 http://www.mytest.com/install/ 20 OR 21 http://www.mytest.com/install/index.php 22 20 23 * Follow the instructions on the installation page 21 24 … … 23 26 === UPDATING AN INSTALLED VERSION OR MODULE === 24 27 25 '''NOTE BEFORE UPDATING''' 26 27 Because of the extensive changes and database modifications in v0.6b, 28 certain data will be replaced. This should not affect your client, 29 product, or invoice records, but may affect saved searches and sorts, 30 displayable columns and report definitions. If you wish to save these 31 records, you may need to integrate the updates by hand. The 32 updatexml.php files give a general walkthrough on what changes are 33 needed 34 35 * If you are updating or upgrading your current installation of phpBMS 36 from a web browser point to the update.php file located in the install 37 directory. (e.g. if you installed phpBMS to the root web folder 28 * If you are updating or upgrading your current installation of phpBMS 29 from a web browser point to the update.php file located in the install 30 directory. (e.g. if you installed phpBMS to the root web folder 38 31 of www.mytest.com, point your browser to: 39 32 40 33 http://www.mytest.com/install/update.php 41 34 42 35 * Follow the instructions on the update page 43 36 44 37 38 == AFTER INSTALL/UPDATE == 39 40 * Be sure to make note of the admin password given to you at the end of the 41 installation process. 42 43 * You will need to delete your installation directories in the application 44 root and any installation directories in your modules directories. 45 (e.g. the /modules/bms/install/ directory) 45 46 46 47