This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # -*- mode: ruby -*- | |
| # vi: set ft=ruby : | |
| Vagrant::Config.run do |config| | |
| config.vm.define :djangovm do |cfg| | |
| # Every Vagrant virtual environment requires a box to build off of. | |
| # The precise64_vagrant122 box is built for vagrant 1.2.2 | |
| cfg.vm.box = "precise64_vagrant122" | |
| # The url from where the 'config.vm.box' box will be fetched if it |