Matt Jones | Multimedia Specialist

Tag: servers

  • How to Set Up a Raspberry Pi Development Server

    How to Set Up a Raspberry Pi Development Server

    How to Set Up a Raspberry Pi Development Server Starting with a fresh install of Raspian: sudo apt update sudo apt upgrade sudo apt install apache2 sudo apt install php sudo apt install mysql-server php-mysql (mariadb-10.0) sudo apt-get install certbot python-certbot-apache sudo certbot –apache Next, you just set up your MariaDB database and install WordPress.…