• Stars
    star
    113
  • Rank 308,909 (Top 7 %)
  • Language
    PHP
  • Created about 7 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Setup WordPress locally for theme development with Docker.

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.