Tag: wordpress

  • Install WordPress (on Ubuntu 22.04+)

    First complete your initial server setup, follow the link below. Webserver and MySQL Setup (Quick) with User and Privileges on Ubuntu Now we are ready to start the specific needs for WordPress. First we make sure to give www-data (Apache2 User) the privileges on the folder we will use to install sudo chown -R www-data…