Skip to content

Instantly share code, notes, and snippets.

@katmutua
Last active November 10, 2015 05:19
Show Gist options
  • Select an option

  • Save katmutua/be7eb30ac4981038130d to your computer and use it in GitHub Desktop.

Select an option

Save katmutua/be7eb30ac4981038130d to your computer and use it in GitHub Desktop.
Create vagrant box
#ensure that an appropriate provider is installed eg virtualbox
#virtual box download: https://www.virtualbox.org/wiki/Downloads
vagrant init ubuntu/trusty64; vagrant up --provider virtualbox
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment