/VVV-Docker

An open source Vagrant configuration for developing with WordPress

Primary LanguageShellMIT LicenseMIT

VVV

with Docker as default provider

VVV is a local developer environment, mainly aimed at WordPress developers. It uses Vagrant and Docker, and can be used to build sites, and contribute to WordPress.

Which branch of VVV it's using as upstream ?

develop. Although develop sometimes get new features that has issues, but this branch actively developed, and critical issue more than often get fixed in this branch fairly quick This is nature of VVV :

normally develop is more stable, but, develop can sometimes be unstable if something has just been merged and we didn't spot it in time

How To Use

To use it, download and install Vagrant and Docker. Then, clone this repository and run:

git clone -b docker-provider https://github.com/pentatonicfunk/VVV-Docker.git ~/vvv-local
cd ~/vvv-local
vagrant plugin install --local
vagrant up --provision

When it's done, visit http://vvv.test.

The online documentation contains more detailed installation instructions.

Minimum System requirements

For system requirements, please read the system requirements documentation here

Software included

For a comprehensive list, please see the list of installed packages.