Tag: vagrant

  • Chassis Desktop Application for Local WordPress Development Now in Beta

    Chassis Desktop Application for Local WordPress Development Now in Beta

    Human Made has released its first public beta of Chassis Desktop, an application for local WordPress development. Chassis is a Vagrant-based virtual server and a community project that Human Made has commercially supported since 2012. The new desktop app is in early beta at version 0.2.0 with version 1.0.0 coming soon. Chassis Desktop was designed…

  • Primary Vagrant 4.0 Updated to Use PHP 7.1, Introduces a Site Generator

    Primary Vagrant 4.0 Updated to Use PHP 7.1, Introduces a Site Generator

    In 2014, Chris Wiegman forked VVV to create Primary Vagrant, an Apache based Vagrant configuration that uses Puppet. The project has steadily evolved over the past three years and the latest release includes significant changes that require users to destroy any existing environments before upgrading. Primary Vagrant 4.0 runs on PHP 7.1 by default. It…

  • 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…

  • 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…

  • WP Engine Open Sources Mercury Vagrant for Running WordPress on HHVM and PHP-FPM

    WP Engine Open Sources Mercury Vagrant for Running WordPress on HHVM and PHP-FPM

    WP Engine Labs, in collaboration with the VVV creators at 10up, released Mercury Vagrant (HGV) today. The new open source Vagrant configuration uses HHVM to serve PHP code. It also includes the ability to run your development site using standard PHP to test against for comparison. Mercury Vagrant is useful for any WordPress developer who…

  • 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…

  • Vagrant Manager for OS X: Manage All Your Vagrant Machines from One Place

    Vagrant Manager for OS X: Manage All Your Vagrant Machines from One Place

    Many WordPress developers have adopted Vagrant as part of their toolbox for creating development environments, due to the fact that it’s relatively lightweight and makes collaborative work much easier. Varying Vagrant Vagrants is one of the most popular Vagrant configurations for WordPress, but there are many others out there tailored to different uses, i.e. Chassis,…

  • 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…

  • Genesis Skeleton for WordPress: Rapidly Create, Develop, and Deploy Across Multiple Environments

    Genesis Skeleton for WordPress: Rapidly Create, Develop, and Deploy Across Multiple Environments

    Last week we featured a collection of Vagrant resources for WordPress development. Eric Clemmons, one of our readers, commented to let us know about Genesis Skeleton for WordPress, an awesome project that uses Vagrant for creating, developing and deploying WordPress across multiple environments. When Clemmons created Genesis, he wasn’t aware of how easily the name…

  • 13 Vagrant Resources for WordPress Development

    13 Vagrant Resources for WordPress Development

    Vagrant is an open source tool that makes it easy to configure and distribute virtual development environments. The project was started in 2010 by Mitchell Hashimoto and John Bender who wanted to create a way to standardize development environments for teams. Vagrant was designed to put an end to the “works on my machine” frustration…