[ PHPXref.com ] [ Generated: Sun Jul 20 20:12:55 2008 ] [ Scout Tracker 0.13 ]
[ Index ]     [ Variables ]     [ Functions ]     [ Classes ]     [ Constants ]     [ Statistics ]

title

Body

[close]

/ -> INSTALL.TXT (source)

   1  Version 0.9 Install Instructions
   2  
   3  Requirements:
   4  Apache (Or webserver that supports File Upload and PHP > 4.4)
   5  PHP > 4.4
   6  MySQL > 12.2 Distrib 4.0
   7  
   8  
   9  Install Instructions:
  10  
  11  1. Unpack tarball (If you see this, you probably already have done that.).
  12  2. Create MySQL database called 'scout_tracker'.
  13  3. Create MySQL user name and password with appropriate rights to scout_tracker.
  14  4. Execute 'config/db_tables.sql' in MySQL (see MySQL help for instructions).
  15  5. Change 'config/db.php' to match the MySQL settings.
  16  6. Change 'config/settings.php' to your desired selections.
  17  7. Change php.ini and httpd.conf (see sys admin for any help) to upload files
  18     database.  If you do not intend to use the Documents function of the
  19     application, you can ignore this step.
  20  
  21  8. Point your browser to the URL selected in #6, then use 'admin' with no
  22     password to log in.  Place your cursor on 'Admin' and click on 
  23     'Modify Users'.  Add your User with '0' Group and remove 'Admin' user.
  24     DO NOT DELETE THE GUEST USERNAME, as this is used for non registered users to
  25     access your site with no privileges.
  26  
  27  
  28  Upgrade:
  29  1. Replace all .php files, except 'config/db.php' and 'config/settings.php'.
  30  2. Compare the two excepted files above to your files and make appropriate
  31     changes to your files.  These files did change with Version 0.13.
  32  3. See changes_0.13.log file.
  33  4. Execute the sql statements in changes_0.13.sql in MySQL on the scout_tracker
  34     database.
  35  
  36  
  37  If you have any questions, or would like to contribute ideas and suggestions,
  38  please email jay@jaynorth.net.
  39  
  40  If you would like to contribute financially, send money through paypal using
  41  ebay@jaynorth.net.
  42  
  43  Enjoy the Application.


[ Powered by PHPXref - Served by Debian GNU/Linux ]