docker-vagrantpress/README.md
Alex Hyett 86e6f5315f Created new docker-vagrantpress
A development environment for WordPress
2015-12-15 22:11:01 +00:00

21 lines
No EOL
1 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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](https://github.com/hyettdotme/vagrantpress)
# Prerequisites
+ [Vagrant](http://www.vagrantup.com/downloads.html)
+ [Virtualbox](https://www.virtualbox.org/wiki/Downloads)
+ [Vagrant Hostsupdater](https://github.com/cogitatio/vagrant-hostsupdater)
+ [Vagrant-Docker-Compose](https://github.com/leighmcculloch/vagrant-docker-compose)
## 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.