Skip to content

Instantly share code, notes, and snippets.

@bmneely
Created November 1, 2014 17:57
Show Gist options
  • Save bmneely/e6ae0daa18ee96d92bd2 to your computer and use it in GitHub Desktop.
Save bmneely/e6ae0daa18ee96d92bd2 to your computer and use it in GitHub Desktop.
# -*- mode: ruby -*-
# vi: set ft=ruby :
VAGRANTFILE_API_VERSION = "2"
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.box = "fedora"
config.vm.synced_folder "/Users/benneely/Dropbox/School/fall2014/", "/home/vagrant/fall2014/"
config.vm.network :forwarded_port, guest: 8000, host: 1234
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment