Skip to content

pedrocarrico/raspberrypi_cookbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

This is a set of chef recipes ready to be cooked on the raspberry pi.

Requirements

Platform:

  • Raspbian Wheezy

On a clean raspian before applying any recipe you must do:

sudo raspi-config # update raspi-config, set overclocking..etc..etc..
sudo apt-get install rsync # knife needs this to update the cookbooks on the pi

Be sure to put your public SSH key on the Raspberry before cooking.

To begin cooking you must:

gem install knife-solo
knife configure -r . --defaults
knife solo prepare root@raspberrypi.lan
# configure the recipes you want to cook on your node, use raspberrypi.json.sample as a template if you wish
knife solo cook root@raspberrypi

Copyright

Licensed under the WTFPL license.

About

This is a set of chef recipes ready to be cooked on the raspberry pi.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages