'Vagrant' tutorials

All 'Vagrant' tutorials:

  1. New Course: Easy Node.js Development Environment With Vagrant

    New Course: Easy Node.js Development Environment With Vagrant

    Tutorial Beginner

    When developing a Node.js app, you will probably need one or more of these dependencies: a database server, a key-value store, a background worker or a...

  2. Introduction to Vagrant

    Introduction to Vagrant

    Tutorial Intermediate

    Vagrant is a must-have tool for any serious developer. With vagrant you can create a virtualized development environment locally that mimics your production...

  3. Modern Web Scraping With Beautiful Soup and Selenium

    Modern Web Scraping With Beautiful Soup and Selenium

    Tutorial Intermediate

    In this tutorial, you'll learn how the content you see in the browser actually gets rendered and how to go about scraping it when necessary. In particular...

  4. How to Set Up a WordPress Development Environment

    How to Set Up a WordPress Development Environment

    Tutorial Beginner

    Do you need to set up a WordPress development environment? Are you unsure of where to even begin? Learn how in this tutorial!

  5. WordPress Development With VVV

    WordPress Development With VVV

    Tutorial Beginner

    VVV is a preset of the Vagrant configuration geared toward WordPress-centric projects such as developing a theme, a plugin, or contributing to WordPress...

  6. What Is WordPress Multisite? With Setup Guide

    What Is WordPress Multisite? With Setup Guide

    Tutorial Beginner

    Learn what WordPress multisite is and how to get the most from it. I'll show you how to manage a multisite network, and I'll explain what multisite is used for.

  7. Vagrant: What, Why, and How

    Vagrant: What, Why, and How

    Tutorial Advanced

    This article will help walk you through using Vagrant to manage your virtual machine instances, and explain how you can take advantage of Puppet to provision...

  8. Making Things Faster With Gearman and Supervisor

    Making Things Faster With Gearman and Supervisor

    Tutorial Intermediate

    How to delegate your tasks to a more powerful server or even run them in the background so that you don't make your user wait too long.

  9. How to Deploy With Deployer

    How to Deploy With Deployer

    Tutorial Intermediate

    Build a continuous integration process for your projects with a PHP deployment tool called Deployer.

  10. Persisted WordPress Admin Notices: Part 1

    Persisted WordPress Admin Notices: Part 1

    Tutorial Intermediate

    In this four-part tutorial series, we'll explore WordPress admin notices in detail and find out how to dismiss persistent notices in various ways.

  11. Automate All the Things With Ansible: Part One

    Automate All the Things With Ansible: Part One

    Tutorial Intermediate

    In this tutorial you'll learn how to automate your development and deployment environment with Ansible. Ansible is a modern Python-based configuration...

  12. Building a CMS: phpPress

    Building a CMS: phpPress

    Tutorial Intermediate

    With Virtual Private Servers getting more affordable, it is easier than ever to set up a unique Content Management System (CMS) for a web site. In this...