86e6f5315f
A development environment for WordPress
1 KiB
1 KiB
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
- Clone the project. (There’s only master branch.)
- Run
vagrant plugin install vagrant-hostsupdater
from command line - Run
vagrant plugin install vagrant-docker-compose
from command line - Run the command
vagrant up
from the directory - 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.