Skip to content

Instantly share code, notes, and snippets.

@juanje
Created March 26, 2012 21:55
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save juanje/2210054 to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment