mnich / docker-wordpress-theme-setup

Setup WordPress locally for theme development with Docker.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-wordpress-theme-setup

This repository was created as part of a tutorial on how to setup a local development environment to build a WordPress theme.

Installation

If you don’t have Docker and Docker Compose installed follow the steps outlined in the blog post linked above.

With Docker installed and running, in Terminal:

git clone https://github.com/davidyeiser/docker-wordpress-theme-setup.git
cd docker-wordpress-theme-setup

Then:

docker-compose up -d

Then in your browser:

http://localhost:8000/

The aforementioned blog post has more information.

About

Setup WordPress locally for theme development with Docker.


Languages

Language:PHP 85.6%Language:CSS 14.4%