Skip to content

Instantly share code, notes, and snippets.

@Telematica
Last active June 10, 2018 22:52
Show Gist options
  • Save Telematica/35b456cdc595f8fc2bda423b006552ed to your computer and use it in GitHub Desktop.
Save Telematica/35b456cdc595f8fc2bda423b006552ed to your computer and use it in GitHub Desktop.
Vagrant Setup Sample
#http://stackoverflow.com/questions/28399324/download-vagrant-box-file-locally-from-atlas-and-configuring-it#answer-28399325
vagrant box add foo-box /path/to/vagrant-box.box
vagrant init foo-box
vagrant up

Test

Vagrantfile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment