Category: Raspberry Pi Webserver

Configure WordPress

Let’s continue with configuring WordPress. Bring up a browser and enter your domain name, you will be redirected to the WordPress configuration page. Click your language and click Continue Click Let’s go! Enter your data for these three fields. You will use the database you created in the previous section, the example I used was […]

READ MORE

Configure Apache To Access WordPress

This is part of a series on hosting a website on the Raspberry Pi. Click the Raspberry Pi Webserver in the Blog Series to the right for the complete steps. To configure and view our WordPress website, you will need to configure Apache. Remember to change example.com to your domain name. Change the default information from this: […]

READ MORE

Installation of WordPress

This is part of a series on hosting a website on the Raspberry Pi. Click the Raspberry Pi Webserver in the Blog Series to the right for the complete steps. Let’s begin with the installation of WordPress. Follow these commands to create the directory, download WordPress, extract it, move it to your directory, change ownership of the […]

READ MORE

Installation of MariaDB

This is part of a series on hosting a website on the Raspberry Pi. Click the Raspberry Pi Webserver in the Blog Series to the right for the complete steps. For today, we will install MariaDB, here is the command: After installation is completed, test to make sure the insulation is ok by checking for the version. […]

READ MORE

Installation of PHP

This is part of a series on hosting a website on the Raspberry Pi. Click the Raspberry Pi Webserver in the Blog Series to the right for the complete steps. With Apache working, let’s move on to a scripting language for our website, PHP. Here is the install command: To test PHP, use this command to create […]

READ MORE

Installation of Apache

This is part of a series on hosting a website on the Raspberry Pi. Click the Raspberry Pi Webserver in the Blog Series to the right for the complete steps. Today we are getting closer to seeing our website live on your local network. With Apache installed on the Raspberry Pi and a simple addition to a […]

READ MORE

Using Keys to help secure OpenSSH

This is part of a series on hosting a website on the Raspberry Pi. Click the Raspberry Pi Webserver in the Blog Series to the right for the complete steps. Start MobaXterm and connect to the Raspberry Pi. To generate the keys enter this command: Option Meaning -t Specifies the type of key to create. […]

READ MORE

Accessing the Raspberry Pi using MobaXterm

This is part of a series on hosting a website on the Raspberry Pi. Click the Raspberry Pi Webserver in the Blog Series to the right for the complete steps. How to use MobaXterm to connect to the Raspberry Pi using SSH. Download and install the free Home Edition: https://mobaxterm.mobatek.net/download.html Start MobaXterm. Create a new session by […]

READ MORE

Install Raspberry Pi OS Lite (64 bit)

This is part of a series on hosting a website on the Raspberry Pi. Click the Raspberry Pi Webserver in the Blog Series to the right for the complete steps. I am using the Raspberry Pi Imager v1.7.4. on a Windows machine. Download and install Raspberry Pi Imager from : https://www.raspberrypi.com/software/ Insert a 8+GB MicroSD card into […]

READ MORE