Projects

Dockerized WordPress on a Raspberry Pi

This blog runs on a a Raspberry Pi since 9th April 2019 and surprisingly the Pi performs quiete well. WordPress on itself does not need too many ressources for my use case since i don’t have hundreds of visitors per day, leaving capcaity for other applications.

The current setup includes an out of the box docker-compose and a backup script which uploads files to the dropbox cloud storage. In this series i would like to give you a short introduction how my setup works and how you could set it up by yourself.

Recent Posts

Add leading zeroes to time

Add leading zeroes to time

Hung ManhApr 24, 20201 min read

SELECT RIGHT(CONCAT(‘000000’,13000),6) When a time is saved as integer the leading zeroes will not be saved. (E.g. 1:30 am => 013000 => 13000). To add the leading zeroes we can use the above snippet. Now we can cast it to…

dummy-img

#3 How to backup WordPress and what to consider

Hung ManhApr 5, 20206 min read

There are several possibilities to backup WordPress, depending on your knowledge and user privileges. In this post I want to show you how we can backup our WordPress instance which we previously deployed through our docker-compose. For this feat we…

dummy-img

SQL Notes

Hung ManhApr 1, 20200 min read
dummy-img

#2 Containerized WordPress: General troubleshooting and Migration

Hung ManhNov 7, 20194 min read

The docker compose should work out of the box. However this post should shed some light on common troubleshooting or problems which i encountered while preparing the images I can’t upload any pictures or download plugins Caddy doesn’t work anymore,…

#1 Installing WordPress on a Raspberry Pi with docker-compose in under 10 minutes

#1 Installing WordPress on a Raspberry Pi with docker-compose in under 10 minutes

Hung ManhNov 3, 20196 min read

Jumping to the meat and potato a short set of instructions are presented on how you can have a WordPress instance up and running in under 10 minutes on your Raspberry Pi 3+ using docker-compose. Preperation / Prerequisite To start…

dummy-img

#0 Introduction to Docker and WordPress

Hung ManhNov 2, 20197 min read

A short introduction to Docker and WordPress including the underlying necessary services and how it will interact with each other. Table of Contents: 1. What is Docker? 2. Advantages of Container 3. What is WordPress ? 4. What is behind…

dummy-img

Dockerized WordPress on a Raspberry Pi

Hung ManhNov 1, 20193 min read

How to run WordPress with Docker on a Raspberry Pi Why would you do that? The greatest advantage with this installation is that you can just play and fiddle around as you like and afterwards just clean it up by…

Recent Posts

No post found!

No post found!

No post found!

hungsblog | Nguyen Hung Manh | Dresden
Scroll to Top