Author: tobias
-
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…
-
Webserver (PHP8.1) and MySQL (8) Setup (Quick) with User and Privileges on Ubuntu (22.04+)
Lets assume you have a blank Ubuntu Server, this can be 22.04, or any later (TLS preferred) version. First, lets become sudo. sudo su Then we can install some tools. We have included some other convenient defaults, including the additional needs for PHPMyAdmin. (PHPMyAdmin is not adviced to be enabled in any production environment) apt…