Get the opscode cookbooks for installing django with Chef-solo at Vagrant
# Create the local directory for the Cookbooks
mkdir cookbooks
# Change into the newly created ~/django_guide/cookbooks directory
cd cookbooks
# Clone the Chef Cookbooks repositories
git clone git://github.com/opscode-cookbooks/apt.git
git clone git://github.com/opscode-cookbooks/apache2.git
git clone git://github.com/opscode-cookbooks/build-essential.git
git clone git://github.com/opscode-cookbooks/git.git
git clone git://github.com/opscode-cookbooks/python.git
git clone git://github.com/opscode-cookbooks/vim.git