Skip to content

bnd5k/vm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Define your Base Box

cp definitions/development-vm/definition.rb.example definitions/development-vm/definition.rb

Default settings

  • CPU Count: 4 - If you do not have 4 cores, decrease this number.
  • Memory: 8gb - If you do not have more than 8gb of RAM, decrease this number.
  • Hard Drive: 20gb

Modify the settings to suit your needs.

Create your Vagrantfile

Copy Vagrantfile.example as Vagrantfile or create your own.

Add your ssh keys

ssh-add ~/.ssh/id_rsa

One line install (first time)

rake install

Reset the VM (after first time)

rake reset

After the box is set up and you modify chef recipes

rake vm:provision

Other Gotchas

sudo dhclient if your vm cannot connect to the internet (this typically happens when you use different WiFi networks)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors