Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Development Tools No-Code Development
Business
Entrepreneurship Communications Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certification Network & Security Hardware Operating Systems Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design Design Thinking 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition Yoga Mental Health Dieting Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Teacher Training Test Prep Other Teaching & Academics
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Cisco CCNA Amazon AWS CompTIA Security+ Microsoft AZ-900
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Personal Development Personal Transformation Mindfulness Life Purpose Meditation CBT Emotional Intelligence
Web Development JavaScript React CSS Angular PHP Node.Js WordPress Vue JS
Google Flutter Android Development iOS Development React Native Swift Dart Programming Language Mobile Development Kotlin SwiftUI
Digital Marketing Google Ads (Adwords) Social Media Marketing Google Ads (AdWords) Certification Marketing Strategy Internet Marketing YouTube Marketing Email Marketing Retargeting
Microsoft Power BI SQL Tableau Business Analysis Data Modeling Business Intelligence MySQL Data Analysis Blockchain
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Business Plan Startup Freelancing Online Business Blogging Home Business
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ 2D Game Development Unreal Engine Blueprints Blender
30-Day Money-Back Guarantee
Development Development Tools Vagrant

Vagrant Up! Comprehensive development system automation

Go from zero to hero by solving the development system dilemma with automation and versioned configuration with Vagrant
Bestseller
Rating: 4.5 out of 54.5 (576 ratings)
5,410 students
Created by Jason Taylor
Last updated 3/2019
English
English
30-Day Money-Back Guarantee

What you'll learn

  • Create automatic, reliable, repeatable, easy to use, and versioned development environments
  • Write provisioning scripts to automatically setup Vagrant managed environments
  • Solve the development box setup problem
Curated for the Udemy for Business collection

Course content

11 sections • 46 lectures • 4h 35m total length

  • Preview03:21
  • Core Concepts
    09:45
  • Course Materials
    00:50
  • Core Concepts Quiz
    7 questions

  • Installation Overview
    01:00
  • Windows Installation
    10:05
  • Mac OS X Installation
    09:01

  • Preview10:17
  • Version Control Vagrant Projects
    04:26
  • Getting Started Quiz
    5 questions
  • Getting Started Command Listing
    2 pages

  • Managing Boxes
    07:39
  • Finding More Boxes
    05:22
  • Boxes Quiz
    3 questions
  • Boxes Command Listing
    2 pages

  • Using Plugins
    05:34
  • Plugins Quiz
    2 questions
  • Plugins Command Listing
    1 page

  • Provisioning Introduction
    02:17
  • Manual "baked" Provisioning
    17:49
  • File Provisioner
    10:30
  • Shell Provisioner
    11:13
  • LAMP Stack Provisioning Example, Part 1
    14:08
  • LAMP Stack Provisioning Example, Part 2
    07:13
  • Provisioning Quiz
    5 questions
  • Provisioning Command Listing
    3 pages

  • Provisioning and Working with Multiple Virtual Machines
    15:48
  • Multiple Virtual Machines Quiz
    2 questions
  • Multiple VMs Command Listing
    1 page

  • Conclusion
    02:02
  • Resources
    00:25

  • Introduction to Custom Boxes
    05:32
  • Acquire OS Image
    03:26
  • VirtualBox Setup and OS Installation
    06:51
  • Vagrant Customizations, Part 1
    12:15
  • Vagrant Customizations, Part 2
    10:31
  • Package and Test
    06:36
  • Custom Box Conclusion
    02:10

  • Introduction to Chef
    06:08
  • Chef Supermarket and Selecting a Cookbook
    07:26
  • Using the Cookbook with Vagrant
    10:55
  • Evaluation of the Supermarket Cookbook
    06:21
  • Creating a Custom Cookbook - Setup and Metadata
    04:54
  • Cookbook Attributes
    04:27
  • Creating the Default (main) Recipe
    04:22
  • Writing the Cookbook Template Files
    03:11
  • Testing and Debugging the Custom Cookbook
    03:27
  • Executing the Custom Cookbook
    03:44
  • Final Testing of the Custom Cookbook
    03:15
  • Using Chef Roles instead of Listing Recipes
    05:58
  • Chef Solo with Vagrant Conclusion and Additional Resources
    01:42

Requirements

  • An interest in learning about virtualizing development systems
  • Basic computer skills, intermediate experience recommended
  • Ability to install software (admin rights)
  • Modern Mac / Windows computer (within last 5 years), 64-bit operating system recommended
  • Recommended: Virtualization chipset support (VT-x, etc)
  • Recommended: Some exposure to computer programming
  • Recommended: Experience using the command line or shell terminal
  • Recommended: Exposure Linux and/or Bash shell environment
  • Recommended: Exposure to desktop virtualization (VirtualBox, VMWare Player/Workstation, Parallels, etc)

Description

Vagrant UP

This is a comprehensive course designed to show how to setup local development environments using Vagrant and related tools.

Just Updated: May 25, 2015! New bonus section added (Chef Solo).

Course Outline

Introduction provides an overview for the course, cover the core concepts for Vagrant, how to get the course materials.

Installation provides step-by-step instructions on how to setup Vagrant, VirtualBox, and other tools needed for the rest of the course on both Windows and Mac platforms.

Getting Started walks through the basics of using Vagrant and how to version control (using Git) a project using Vagrant.

Boxes covers how to find, manage and use Vagrant boxes.

Plugins walks through finding, using and managing plugins in Vagrant in order to extend Vagrant's functionality.

Provisioning covers how to write file and shell provisioners to automatically install software when Vagrant first runs or on demand. After learning the basics of provisioning, this section ends with a full-fledged LAMP-stack provisioned.

Multiple Virtual Machines walks through using Vagrant with a multiple VM configuration, when we dissect the LAMP stack in the previous section and create two virtual machine definitions within one configuration file.

Conclusion has some final thoughts on Vagrant and provides links to resources for additional learning.

Bonus! sections feature advanced topics like creating custom Vagrant boxes and using the Chef Solo provisioner.

Course Features

Presentations provide audio/video training of conceptual ideas in each major area or introduction of new concepts.

Screencasts provide a video of the instructor's computer system with any actions, commands, or screens displayed and narrated. There are several hours of screencat video content -- it makes up the vast majority of the course. Any command line based screencast will include a command listing in the lecture downloads.

Several attachments throughout the course provide supplemental information, illustrations, or other reference material.

Who this course is for:

  • Software Engineers, developers, and programmers
  • DevOps, IT Operations, Development Support
  • Freelancers
  • IT Managers
  • Anyone who hates "It works on my machine!"

Instructor

Jason Taylor
Lead Software Engineer, Dev Trainer (19 courses,50k reviews)
Jason Taylor
  • 4.4 Instructor Rating
  • 65,291 Reviews
  • 463,684 Students
  • 19 Courses

With nearly 20 years of programming and software development experience, I started out teaching myself programming while in High School. I put myself through college working for a local Internet Service Provider as a programmer. Before finishing college, I developed and sold an award winning website to a Dot-Com start-up. After college, I have worked at several companies ranging from start-ups to large enterprises focusing on Java and client-side technologies (HTML/CSS/JavaScript). Throughout my career, I have opportunity to learn many software development best practices and exposure to several version control systems. 

  • Udemy for Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Impressum Kontakt
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Featured courses
Udemy
© 2021 Udemy, Inc.