Wordpress on Docker. Plus local development environment with Docker-compose.
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
Clone this repository into your project folder. The contents of this repository are meant to sit on the root directory of your project.
- Create a new project directory:
mkdir website.com && cd website.com
- Clone this repository:
git clone --depth=1 [email protected]:cloudbitsio/docker-wordpress.git . && rm -rf .git
- Create a new Bedrock project into the
site
folder.
composer create-project roots/bedrock site
- Run Ansible playbook for configuring Docker engine
ansible-playbook development.yml