1. Komputer harus terkoneksi internet
2. Buka terminal/ konsole, ketik:
su
yum install mysql mysql-server httpd php phpmyadmin
systemctl enable mysqld.service
systemctl start mysqld.service
mysql_secure_installation
systemctl enable httpd.service
systemctl start httpd.service
systemctl restart httpd.service
yum install mysql mysql-server httpd php phpmyadmin
systemctl enable mysqld.service
systemctl start mysqld.service
mysql_secure_installation
systemctl enable httpd.service
systemctl start httpd.service
systemctl restart httpd.service