Setup WordPress LAMP , Ubuntu 22.04
Step1 , Install Apache sudo apt install apache2 -y Step 2 , Install Mysql sudo apt install mysql-server -y sudo mysql_secure_installation Step 3 :- Create Virtual Host for your website Use the Below Command to Create the directory , this is where you must keep the WordPress files :- sudo mkdir /var/www/<your website directory> Using […]
Setup WordPress LAMP , Ubuntu 22.04 Read More »