phpBMS

Changeset 514

Show
Ignore:
Timestamp:
04/23/09 14:49:28 (15 months ago)
Author:
nate
Message:
  • Updated requirements and tweaked instructions in README.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/phpbms/README

    r205 r514  
    66 
    77Your 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 
    1011 
    1112 
    1213=== INSTALLATION === 
    1314 
    14  * To install, from a web broswer, point to the install.php file located  
    15    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 
    1617   web folder of www.mytest.com, point your browser to: 
    1718 
    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 
    2023 * Follow the instructions on the installation page 
    2124 
     
    2326=== UPDATING AN INSTALLED VERSION OR MODULE === 
    2427 
    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 
    3831   of www.mytest.com, point your browser to: 
    3932 
    4033    http://www.mytest.com/install/update.php 
    41          
     34 
    4235 * Follow the instructions on the update page 
    4336 
    4437 
     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) 
    4546 
    4647 
Copyright © 2010 Kreotek, LLC. All Rights reserved.