For CentOS/Ubuntu:

  1. Run: sudo apt install apache2 mysql-server php php-mysql (Ubuntu) or yum install httpd mariadb-server php php-mysql (CentOS).

  2. Start services with systemctl start commands.

  3. Secure MySQL: mysql_secure_installation

  4. Place files in /var/www/html.

Esta resposta foi útil? 0 Utilizadores acharam útil (0 Votos)