# instalar repositorio necesario yum -y install epel-release # instalar paquetes necesarios yum -y install nginx mariadb-server mariadb php-fpm php-mysql apg # activar servicios systemctl enable nginx.service mariadb.service php-fpm.service # iniciar servicios systemctl start nginx.service mariadb.service php-fpm.service