Difference between revisions of "AWBS Installation Guide"

From AWBS Wiki
Jump to: navigation, search
(Install Checklist)
Line 36: Line 36:
  
 
== Install Checklist ==
 
== Install Checklist ==
 +
 +
1. Create a new MySQL database with new user that has full rights to it.
 +
 +
2. Upload AWBS files and license file.
 +
 +
3. Edit dbconfig.php file.
 +
 +
4. Run install script.
 +
 +
5. Delete install directory.
 +
 +
6. Secure admin, includes, and tools directories.
 +
 +
7. Configure scheduled 'cron jobs'.
 +
 +
8. Configure.
 +
 +
9. Customize as desired.
 +
 +
10. Test.
 +
 +
11. Go Live!

Revision as of 18:27, March 14, 2008

System Requirements

   * Linux/FreeBSD/Windows2003
   * PHP v4.3.8-5.0.x and 5.1.x (safe_mode off)
   * MySQL Database Server v4.x-5.x (strict mode off)
   * Apache or IIS5/6 Web Server
   * Curl + SSL v7.10 or better (php compiled Curl required)
   * Ability to setup CRON jobs or scheduled tasks
   * Ability to setup password protected directories. (.htaccess)
   * Secure site (optional)(no cross domain secure URLs)
   * Compiled GD with freetype support needed for human verification system and reports.

NOTES:

Ioncube encoded version Only, Zend Version has been discontinued.

Ioncube is not compatible with MMCache or other 'untrusted' extentions.

Viewing your phpinfo() output, you will be able to see most of the system requirements. Contact your server admin if you are not sure or run the pretest.php script (located in the tools directory) to see if your server passes the basic requirements tests.

Other settings (php.ini settings)

safe_mode Off
allow_url_fopen On
max_execution_time 120 or higher
session.auto_start Off
magic_quotes_gpc On
memory_limit 64M or higher
register_long_arrays On
magic_quotes_runtime Off
output_handler no value
short_open_tag On

Please note: Some of the above settings pertain to only certain versions of php. Check to see if you have these settings in your php.ini. Consult with your server admin if you are not sure.


Install Checklist

1. Create a new MySQL database with new user that has full rights to it.

2. Upload AWBS files and license file.

3. Edit dbconfig.php file.

4. Run install script.

5. Delete install directory.

6. Secure admin, includes, and tools directories.

7. Configure scheduled 'cron jobs'.

8. Configure.

9. Customize as desired.

10. Test.

11. Go Live!