keesiemeijer / VVV

An open source Vagrant configuration for developing with WordPress

Home Page:https://varyingvagrantvagrants.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Varying Vagrant Vagrants

Varying Vagrant Vagrants is an open source Vagrant configuration focused on WordPress development.

VVV is a 10up creation and transitioned to a community organization in 2014.

VVV is under the MIT License.

Objectives

  • Approachable development environment with a modern server configuration.
  • Stable state of software and configuration in default provisioning.
  • Excellent and clear documentation to aid in learning and scaffolding.

VVV is ideal for developing themes and plugins, as well as for contributing to WordPress core.

Minimum System requirements

Software included

VVV is built on a Ubuntu 14.04 LTS (Trusty) base VM and provisions the server with current versions of several software packages, including:

  1. Nginx (mainline)
  2. MariaDB 10.1.x (drop-in replacement for MySQL)
  3. PHP FPM 7.2.x
  4. WP-CLI
  5. Memcached
  6. PHPUnit
  7. Composer
  8. NodeJs v10
  9. Mailhog

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

How to Use VVV

VVV requires recent versions of both Vagrant and VirtualBox.

Vagrant is a "tool for building and distributing development environments". It works with virtualization software such as VirtualBox to provide a virtual machine sandboxed from your local environment.

Besides VirtualBox, provider support is also included for Parallels, Hyper-V, VMWare Fusion, and VMWare Workstation.

The online documentation contains detailed installation instructions.

Full documentation can be found on the varyingvagrantvagrants.org website.

Contributors

A full list of contributors can be found here.

About

An open source Vagrant configuration for developing with WordPress

https://varyingvagrantvagrants.org

License:MIT License


Languages

Language:Shell 93.2%Language:PHP 4.7%Language:Vim Script 2.1%