Skip to content

Instantly share code, notes, and snippets.

@bergantine
bergantine / gist:5521525
Last active December 17, 2015 00:29
Vagrantfile for Flask-Newproj #vagrant #flask #python #vagrantfile
# -*- 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