This is a development environment for WordPress using Docker and Vagrant
Find a file
2015-12-15 22:13:11 +00:00
.gitattributes 🎉 Added .gitattributes 2015-12-15 21:55:26 +00:00
.gitignore Created new docker-vagrantpress 2015-12-15 22:11:01 +00:00
docker-compose.yml Created new docker-vagrantpress 2015-12-15 22:11:01 +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 Created new docker-vagrantpress 2015-12-15 22:11:01 +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.