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.

Was dit antwoord nuttig? 0 gebruikers vonden dit artikel nuttig (0 Stemmen)