Added VagrantFile

This commit is contained in:
Kashyap Kopparam 2014-08-25 20:26:33 +05:30
parent a413f07f1d
commit dfb82edf38

1
Vagrantfile vendored
View File

@ -12,6 +12,7 @@ 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.