Skip to main content

Configure Raspberry Pi LAMP Server

The article Build a LAMP Web Server with WordPress published by the Raspberry Pi Foundation contains what we will consider the canonical process for installing a LAMP server with Wordpress on the Raspberry Pi platform.

For this particular Raspberry Pi system, we have already installed the LAMP server compoenents (Apache, PHP, MariaDB) using the default Debian apt package management system too, Aptitude.

On the initial setup for the LAMP components, we also installed the WordPress apt package. While the server seemed to work well enough with very minimal tweaking, our attempts to configure the installed WordPress package led to the entire server configuration breaking — we backed the WordPress configuration out by manually manipulating the /etc/apache2/sites-enabled confiration files, so we are currently left with a working LAMP server but no WordPress.

Our goal for a WordPress installation is to have wordpress installed as the root-level index for a wordpress.localhost.local subdomain.

The sub-domain name mapping should be possible without having an active wordpress package installed on the server, since the sub-domain name mapping is done by Apache when requests are receied at the server.

Popular posts from this blog

CSS Animation and Movement Effects

List of documentation with examples from w3schools.com: CSS 3 transition Property The transition property is a shorthand property for: transition-property transition-duration transition-timing-function transition-delay Note:  Always specify the transition-duration property, otherwise the duration is 0s , and the transition will have no effect. CSS Animations tutorial from W3 Schools

YouTube Video: Building products with NetBSD: Thin-clients by Stephen Borrill

Build a thin client using NetBSD