AppLogic 2.7/2.8 Documentation The latest production release is AppLogic 3.0.30
MYSQL5: MySQL 5.0 Database Appliance - Test Plan
The test plan for the MySQL 5.0 appliance is the same as the test plan for MYSQL except for the following difference:
Preparation
The test application should use MySQL5 appliance instead of MYSQL appliance.
Tests Details
Properties Tests
Compatibility Tests
Test real applications - in copies of SugarCRM, Lamp and Lampx4 applications replace MYSQL with MYSQL5 appliances, configure, start and test the application:
SugarCRM application
- Verify the main sugar page is displayed by pointing your browser at the configured IP address.
- Verify you can login to sugar using the admin user with password "3tSugar".
- After login, verify you can modify customers, display customer info, etc.
- Access the configured admin ip and login using the admin user.
- Verify you can access all logs.
Lamp and Lampx4 applications
Install phpBB and verify it's working:
- Download phpBB from http://downloads.sourceforge.net/phpbb/phpBB-2.0.22.tar.gz
- Extract the contents in the apache web root directory (/mnt/content)
-
chmod 0666 /mnt/content/phpBB2/config.php
- Create a database for phpBB (this will be required during configuration from the browser) + an admin user:
- Start the mysql client ("mysql -h db") and run the following commands:
"create database php;"
"grant all privileges on php.* to 'usr'@'%' identified by 'pass';"
"flush privileges"
- Exit the mysql client.
- Open a browser pointing at http://app_ip/phpBB2/ and follow the instructions (below are the fields to fill in during the install)
- database type=4.x/5.x
- database server hostname=db
- database name=php
- database username=usr
- database password=pass
- admin username=admin
- admin password=(password)
- At the end of the installation it will ask you to remove the install and contrib folders (you can delete or rename them)
- Log in with the admin user and verify the application works (add a user, post messages, etc)
-- PavelGeorgiev - 19 Feb 2010
Copyright © CA 2005-2011. All Rights Reserved.