grahamlangford / 2VM_Setup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

2 VM Setup

Purpose

To serve as a default development environment for any future projects.

Prerequisites

  1. VirtualBox (w/ Extension Pack)
  2. Vagrant
  3. Git
  4. Authorized SSH key

Getting Started

Clone this repository:

git clone git@github.com:grahamlangford/2VM_Setup.git
cd 2VM_Setup

Copy the vars.example.rb into a file named just vars.rb and substitute your configuration for the example values within it:

cp vars.example.rb vars.rb
vi vars.rb
  ...<substitute variable values and save>...

Start the VM:

vagrant up dev ide

if you don't have the right vagrant plugins you will be told how to install them--do so, then retry this command

Wait for the VM to provision, and your done!

About

License:MIT License


Languages

Language:Shell 96.0%Language:Ruby 4.0%