Leverage Docker and Composer to create a simple dev environment for building WordPress sites.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Before you can get started with using this starter, you'll need to install and set up both Docker Compose and Composer:
Once both of the above are installed and set up, you can install the
dependencies in composer.json
:
composer install
Then, to get the project running, all you have to do is build and setup the project using Docker Compose:
docker-compose up
This command may take a minute to run. But afterwards, you should be able to
navigate to localhost:8080
and see the WordPress
5-minute install screen:
To deploy a site built with this site, you can either deploy this container project and run it using the default WordPress image or you can deploy the theme and plugins directory using any method you'd like.
- WordPress - For building easy-to-manage websites
- Docker - Easy virtual environment management
- Composer - Dependency management for PHP
Please read CONTRIBUTING.md for details on the process for submitting pull requests to us.
- Zakk Fleischmann - Creator, Maintainer - zkf.io
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details