Created
March 26, 2012 21:55
-
-
Save juanje/2210054 to your computer and use it in GitHub Desktop.
Get the opscode cookbooks for installing django with Chef-solo at Vagrant
This file contains 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
# 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