'Vagrant' tutorials

All 'Vagrant' tutorials:

  1. 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!

  2. 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...

  3. 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.

  4. 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...

  5. 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...

  6. 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.

  7. 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.

  8. 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...

  9. 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.

  10. Testing Data-Intensive Code With Go, Part 3

    Testing Data-Intensive Code With Go, Part 3

    Tutorial Intermediate

    This is part of a series on testing data-intensive code in Go. Learn to test against a local complex data layer with a relational DB and a Redis cache.

  11. 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...

  12. 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...