Skip to content

A simple and easy development environment for Wordpress using Docker

License

Notifications You must be signed in to change notification settings

0xZakk/simple-wp-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple WordPress Development with Docker

Leverage Docker and Composer to create a simple dev environment for building WordPress sites.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Before you can get started with using this starter, you'll need to install and set up both Docker Compose and Composer:

Installing

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:

Deployment

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.

Built With

  • WordPress - For building easy-to-manage websites
  • Docker - Easy virtual environment management
  • Composer - Dependency management for PHP

Contributing

Please read CONTRIBUTING.md for details on the process for submitting pull requests to us.

Authors

  • Zakk Fleischmann - Creator, Maintainer - zkf.io

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

A simple and easy development environment for Wordpress using Docker

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published