Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 1.4 KB

README.md

File metadata and controls

46 lines (35 loc) · 1.4 KB

Wordpress on Docker. Plus local development environment with Docker-compose.

About | Configuration


Wordpress in a Docker container

The purpose of this project is to provide a working Docker container for Wordpress, with an accompanying Docker-compose for local development.

Licensed under MIT.

Features

  • DRY: Standardized version-controlled scaffolding for Wordpress projects
  • Docker-compose for local development
  • Uses Lightbulb as the Docker starting point.
  • Utlizes the awesome Bedrock from Roots.io

Configuration

Clone this repository into your project folder. The contents of this repository are meant to sit on the root directory of your project.

  1. Create a new project directory:
mkdir website.com && cd website.com
  1. Clone this repository:
git clone --depth=1 [email protected]:cloudbitsio/docker-wordpress.git . && rm -rf .git
  1. Create a new Bedrock project into the site folder.
composer create-project roots/bedrock site
  1. Run Ansible playbook for configuring Docker engine
ansible-playbook development.yml