readme stuff

This commit is contained in:
Nikolay Markov 2012-06-04 15:04:10 +04:00
parent 68f63fc824
commit 81b745d693
1 changed files with 6 additions and 3 deletions

View File

@ -18,15 +18,18 @@ The working directory is /vagrant.
**Installing chef** ([source](http://wiki.opscode.com/display/chef/Installing+Chef+Server+on+Debian+or+Ubuntu+using+Packages "Opscode Wiki")):
``~$ echo "deb http://apt.opscode.com/ `lsb_release -cs`-0.10 main" | sudo tee /etc/apt/sources.list.d/opscode.list ``
``~$ sudo mkdir -p /etc/apt/trusted.gpg.d
gpg --keyserver keys.gnupg.net --recv-keys 83EF826A
gpg --export packages@opscode.com | sudo tee /etc/apt/trusted.gpg.d/opscode-keyring.gpg > /dev/null ``
`` sudo apt-get update && sudo apt-get install opscode-keyring ``
`` sudo apt-get install chef chef-solo ``
``~$ sudo apt-get update && sudo apt-get install opscode-keyring ``
``~$ sudo apt-get install chef chef-solo ``
**Installing dependencies**
`` cd scripts/ci && chef-solo -l debug -c solo.rb -j solo.json ``
``~$ cd scripts/ci && chef-solo -l debug -c solo.rb -j solo.json ``
Testing
-------