Giter VIP home page Giter VIP logo

vagrant-up's Introduction

Vagrant

Welcome to the vagrant presentation. In this repo you will find explanations and short demos to get you started quickly. Clone this repo using your favorite IDE and follow the steps to start using Vagrant.

You can always go to the vagrant website to get the full documentation @ https://www.vagrantup.com/intro/index.html

What it is?

Designed over ruby, vagrant is a tool for configuring and managing complete virtual environments. Whether it is a single machine or multi machine environemnt, it gives you the ability to create it detached from the vendor (provider) and your machine.

vagrant vs Docker

While docker is used to deliver application in controlled environment, vagrant is delivering the environment in a controlled way.

Components:

  1. box - virtual machine image - Search for boxes at https://app.vagrantup.com/boxes/search
    • Windows - license issue
    • Linux
  2. vagrant file - virtual machine configuration using DSL.
  3. Cli - a complete api tool for controlling the environment
  4. Plugins

Coding with Vagrant

The working folder is automatically (unless changed) shared inside the VM. You can change files in it and see the changes directly inside the VM. You can also map additional folders from the host to the VM.

Installing Vagrant

Go to https://www.vagrantup.com/downloads.html to download and install vagrant.

Follow the steps in the folders for start using the tool.

NOTE: This is just a quick jump start. make sure to hop to the full documentation on the vagrant web site

If you have any more suggestions for hands-on send the ideas to the nearest devops team near your station.

vagrant-up's People

Contributors

ekirmayer avatar

Stargazers

Bruna B avatar Gil Klein avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.