MySQL
- Install MySQL Server
- Examine the MySQL Configurations
- Generate MySQL Server Configurations using Percona’s Tool.
- Install and Configure MySQL Admin
- Connect to MySQL Database
- Create a database and Tables
- Query Data - SELECT
- Modify Data - UPDATE/ALTER
- Backup MySQL Database
Apache
- Install Apache Web Server with Default Virtual host
- Examine Apache Configurations
- Create Virtual Hosts
- Add Redirect and Rewrite Rules with Apache
- Configure SSL with Apache
PHP Application
- Install PHP
- Configure PHP with Apache
- Install and setup Wordpress with Apache with MySQL Backend
Nginx
- Install Nginx
- Examine Nginx Configurations
- Configure Nginx as Load Balancer/ Reverse Proxy
- Configure SSL Certificate with Nginx
Tomcat
- Install Java and prerequisites
- Install Tomcat
- Tomcat Configurations
- Deploy a Sample Application with Tomcat