Fork me on GitHub

ByzPi Install Instructions

First, make sure that you have a fresh Raspbian image installed on your SD card. When setting up the image don't forget to expand the partition and select the correct keymap for your keyboard. By default it uses a UK keymap which makes things difficult if you have a US keyboard.

Prerequisites:

Easy way:

Use the install script by running:

wget http://byzantium.github.io/ByzPi/install.sh && bash install.sh

Manual instructions:

Add our repo

deb http://byzantium.github.io/ByzPi/apt/ wheezy main contrib

To:

/etc/apt/sources.list.d/byzantium.list

Install our signing key

wget http://byzantium.github.io/ByzPi/public.key

sudo apt-key add public.key

Install git and puppet

sudo apt-get install git puppet

This may take about 15 minutes depending on your Internet speed.

Checkout our repository

git clone git://github.com/Byzantium/ByzPi.git

Install the 'byzpi' puppet module

sudo ln -sf "$(pwd)/ByzPi/puppet-etc/modules/byzpi/" /etc/puppet/modules/byzpi

Apply the puppet config

sudo puppet apply -e 'include byzpi'

This may take about half an hour depending on your Internet speed.

Reboot your Pi

sudo reboot