How to install WordPress on a localhost (Ubuntu/Debian)

1. Install a LAMP stack (apache2, php, mariaDB) sudo apt update sudo apt install apache2 mariadb-server sudo apt install php php-mysql -y Don't forget to run sudo mysql_secure_installation MySql will ask you to set up a password for the root account. Check your IP address (ifconfig) and put it in a browser. This will make … Continue reading How to install WordPress on a localhost (Ubuntu/Debian)