Tag: VVV

  • VVV 3.0 Introduces New Ubuntu 18 Box, Support for VVV 2 is Discontinued

    VVV 3.0 Introduces New Ubuntu 18 Box, Support for VVV 2 is Discontinued

    VVV 3.0 was released this week, introducing a new Ubuntu 18.04 LTS box. The project’s previous versions used Ubuntu 14, which has now reached end of life (EOL). Support for VVV 2 is now discontinued, due to an unforeseen complication with its PHP dependencies. OndÅ™ej Surý, who maintains all the PHP packages VVV uses, deleted…

  • 10up Releases WP Docker, an Open Source Docker Configuration for Local WordPress Development

    10up Releases WP Docker, an Open Source Docker Configuration for Local WordPress Development

    WP Docker is a new project from 10up that makes it easy to set up a local WordPress development environment with Docker. Last year 10up worked with Joyent, a cloud infrastructure company, to create a production-ready implementation of WordPress in Docker. After their experience with this project, 10up created WP Docker as a simple, open…

  • Varying Vagrant Vagrants 2.0.0 Introduces YAML Configuration, Revamps Documentation

    Varying Vagrant Vagrants 2.0.0 Introduces YAML Configuration, Revamps Documentation

    Varying Vagrant Vagrants 2.0.0 was released yesterday with support for a YAML configuration file. This is a major improvement that gives VVV users more flexibility in customizing their configurations. The new vvv-config.yml file includes the defaults and users can create a vvv-custom.yml file to change the default provisioning. Utilities have been broken out into their…

  • Varying Vagrant Vagrants 1.3.0 Released with Support for MailCatcher and More Virtualization Providers

    Varying Vagrant Vagrants 1.3.0 Released with Support for MailCatcher and More Virtualization Providers

    Over the weekend, Jeremy Felt released Varying Vagrant Vagrants 1.3.0. Although VVV uses VirtualBox as its default virtualization provider, this release adds support for Parallels, VMWare Fusion, VMWare Workstation, and Hyper-V in the default Vagrantfile. Version 1.3.0 also adds MailCatcher to the default provisioning. When working in a development environment, you generally don’t want want…

  • Learn How to Test WordPress Core Patches with VVV on Mac OS

    Learn How to Test WordPress Core Patches with VVV on Mac OS

    Testing patches is one way that both developers and non-developers can contribute to WordPress without writing any code. It’s a valuable service that keeps things moving along in tickets and helps patches make their way into core. The most challenging part of testing patches is getting your testing environment set up properly. The WordPress core…

  • Theme Juice: A New Auto Site Generator for WordPress Development with Vagrant

    Theme Juice: A New Auto Site Generator for WordPress Development with Vagrant

    As WordPress developers everywhere are adopting Vagrant for local development, new configurations seem to pop up every week to address the needs of different teams and workflows. Theme Juice is the newest open source project to join the ever-growing list of WordPress-related Vagrant resources. The project is based on VVV, one of the most popular…

  • Wocker: Create a Docker-Based WordPress Development Environment in 3 Seconds

    Wocker: Create a Docker-Based WordPress Development Environment in 3 Seconds

    If you haven’t caught on to the Docker craze, it might be time to see what it’s all about. Fans of the open source container technology appreciate that it’s lightweight, super fast to boot up, and easy to share containers through the Docker Hub. Docker standardizes an app platform and its dependencies so you can…

  • Varying Vagrant Vagrants Adopts Open Source MIT License

    Varying Vagrant Vagrants Adopts Open Source MIT License

    Varying Vagrant Vagrants 1.2.0 was released last week after nine months in development. As of VVV 1.2.0, new instances of VVV will have the database entirely contained inside the virtual machine, as opposed to previous versions where it was mapped to a persistent local location. VVV project leader Jeremy Felt recommends a full vagrant destroy…

  • VVV-Dashboard Provides an Interface for Managing Varying Vagrant Vagrants Installations

    VVV-Dashboard Provides an Interface for Managing Varying Vagrant Vagrants Installations

    VVV-Dashboard is a new tool that provides an interface for managing your Varying Vagrant Vagrants installations. Inspired by Variable VVV, a script that makes it easy to create and delete sites, Leo Gopal made VVV-Dashboard to complement it. Gopal is a WordPress developer from Cape Town, South Africa. “I installed my first WordPress site seven…

  • Variable VVV: A New VVV Site Creation Wizard for WordPress

    Variable VVV: A New VVV Site Creation Wizard for WordPress

    Brad Parbs and his colleagues at WebDevStudios have created a new tool for the thousands of developers out there who utilize Varying Vagrant Vagrants for WordPress development. As Vagrant development environments are a daily staple of work life at WDS, the team needed a faster way for setting up new WordPress sites with VVV. Variable…

  • A Vagrant Configuration for Contributing to WordPress Meta

    A Vagrant Configuration for Contributing to WordPress Meta

    Contributors on the WordPress Meta team are responsible for WordPress.org and its associated sites, i.e. wordcamp.org, apps.wordpress.org, etc. The team works on supporting and improving these sites along with the build tools that are used by the other contributor groups. Folks often complain about how the sites work, but did you know that much of…

  • VVV Site Wizard Automates the Creation and Deletion of WordPress Development Sites

    VVV Site Wizard Automates the Creation and Deletion of WordPress Development Sites

    If you’re using Varying Vagrant Vagrants for WordPress development, the VVV Site Wizard, created by Alison Barrett, is a must-have tool for setting up new sites and deleting old ones. It’s a bash script that completely automates the otherwise lengthy process of adding a new site to VVV. If you already have VVV up and…

  • WordPress Theme Review VVV: A Quick Vagrant Setup for Testing Themes

    WordPress Theme Review VVV: A Quick Vagrant Setup for Testing Themes

    Varying Vagrant Vagrants is likely the most popular Vagrant configuration for setting up a WordPress development environment. VVV makes it easy to create new WordPress installations for developing themes and plugins as well as contributing to core. One of the most time-consuming aspects of testing and reviewing WordPress themes is setting up a test site…