Slide 51
Slide 51 text
CONNECTED PERSONAL OBJECTS
5/2012
Vagrantfile (2/2)
config.vm.provision :chef_solo do |chef|
chef.cookbooks_path = "provisioning/cookbooks"
chef.run_list = [
"recipe[python::pip]",
"recipe[python::virtualenv]",
"recipe[apache2]",
"recipe[apache2::mod_wsgi]",
"recipe[git]",
"recipe[openssl]",
"recipe[memcached]",
"recipe[postgresql::client]",
"recipe[postgresql::server]",
"recipe[djangoproject]"]
end