Code Monkey home page Code Monkey logo

vagrant_vm's Introduction

Vagrant VM

Vagrant VM definition for my own usage.

This is just a bunch of configuration files and Vagrantfile that are used for my own benefit.

The provisioner used is the chef solo provisioner, because it's way more portable than a bunch of bash scripts.

Prerequisites

Configuration files

dirs_mapping.json

A mapping for mounting directories from the host machine to the guest machine.

The file is JSON formatted where the root object is an array. The array is expected to contain maps with at least two keys:

  • host - the dir of the host, to mount.
  • guest - the path to which we want to mount the dir to.

NOTE: the value of guest must be a full path in the guest machine, for example: /home/vagrant/host_home

Example

[
  {
    "host" : "~/",
    "guest" : "/home/vagrant/host_home"
  }
]

Usage

By using the provided Makefile;

$ make

This should be:

  • Installing the librarian-chef gem
  • Fetching all cookbooks by using librarian-chef

After running make, use vagrant as you'd normally use it;

$ vagrant up

The default box is a Debian 7 (wheezt) box, however one can change it by providing a box name by using the VAGRANT_BOX environment variable;

$ VAGRANT_BOX=debian/jessie64 vagrant up

vagrant_vm's People

Contributors

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