the project web server with WordPress
The following pictures is my hardware setup: Case: Argon One (a very awesome case)Board: Raspberry pi 4 4G Installation and setup procedure Install apache server sudo apt-get updatesudo apt-get upgradeyou need a webserver, we are going to use Apache here.sudo apt-get install apache2 -y Install PHP sudo apt-get install php -ysudo service apache2 restart Got …