Skip to content
davide edited this page Feb 3, 2015 · 23 revisions

Welcome to the Thermo wiki!

Table of Contents

Operazioni preliminari

1. Configurazione/preparazione Raspberry Pi

sudo raspi-config
sudo aptitude update
sudo aptitude dist-upgrade

2. Installazione pacchetti/programmi necessari

2.1 Clono i repository dei programmi utili

mkdir git
cd git
git clone https://github.com/raspibo/ThermoRed.git
git clone https://github.com/raspibo/ThermoRed.wiki.git
git clone https://github.com/raspibo/CentRed.git
git clone https://github.com/raspibo/CentRed.wiki.git
git clone https://github.com/andymccurdy/redis-py.git

2.2 Installazione programmi utili

sudo aptitude install checkinstall
cd redis-py/
sudo checkinstall python3 setup.py install
Clone this wiki locally