Skip to content

Easy way to run wordpress on a Raspberry Pi with Docker 🐳

Notifications You must be signed in to change notification settings

Danjaraka/rpi-wordpress

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wordpress on Raspberry Pi

Use this repo to run your own wordpress site on a Raspberry pi.

From your Raspberry Pi you will need docker installed

curl -sSL get.docker.com | sh

Next install docker-compose

curl -s https://packagecloud.io/install/repositories/Hypriot/Schatzkiste/script.deb.sh | sudo bash
sudo apt-get update && sudo apt-get install docker-compose

Modify the environment variables in docker-compose and change the default site definition in .data/wp/Caddyfile

Run docker-compose up to begin testing

If you need to backup an existing Wordpress site you can rsync your files into .data/wp/www and put a database .sql backup file in .data/backup

About

Easy way to run wordpress on a Raspberry Pi with Docker 🐳

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%