Asif | Modified the Vagrantfile to simplify creation of dev environment, and reflected changes in README

This commit is contained in:
Asif R Choudhury 2014-08-25 13:21:01 -05:00 committed by Kashyap Kopparam
parent dfb82edf38
commit 63af287e21

1
Vagrantfile vendored
View File

@ -12,7 +12,6 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
# Every Vagrant virtual environment requires a box to build off of.
config.vm.box = "asifrc/silvernitrate"
# Disable automatic box update checking. If you disable this, then
# boxes will only be checked for updates when the user runs
# `vagrant box outdated`. This is not recommended.