This is a development environment for WordPress using Docker and Vagrant
Find a file
2015-12-21 21:11:46 +00:00
scripts Add ability to backup and restore mysql database 2015-12-19 22:31:06 +00:00
src Auto copy of themes on build 2015-12-16 21:29:43 +00:00
.gitattributes 🎉 Added .gitattributes 2015-12-15 21:55:26 +00:00
.gitignore Auto copy of themes on build 2015-12-16 21:29:43 +00:00
compose-dev.yml Add ability to backup and restore mysql database 2015-12-19 22:31:06 +00:00
compose-prod.yml Auto copy of themes on build 2015-12-16 21:29:43 +00:00
Dockerfile Updated to use new image on Docker Hub 2015-12-21 21:11:46 +00:00
LICENSE Added MIT licence 2015-12-15 22:13:11 +00:00
README.md Created new docker-vagrantpress 2015-12-15 22:11:01 +00:00
Vagrantfile Added php qa tools and increased vagrant memory 2015-12-20 20:12:16 +00:00

docker-vagrantpress

This a wordpress development environment which uses Docker inside a Vagrant VM.

I have created this mainly to see how Docker works and to try and get something faster than my current Vagrant + Puppet setup

Prerequisites

Getting started

  1. Clone the project. (Theres only master branch.)
  2. Run vagrant plugin install vagrant-hostsupdater from command line
  3. Run vagrant plugin install vagrant-docker-compose from command line
  4. Run the command vagrant up from the directory
  5. Open your browser to http://www.docker.dev and go through the WordPress installation wizard

A src folder will be created by docker which contains a plugins and themes folder which can be used for development.