By Olivier Taché

Installing Tango on Raspberry is very simple with a just one line command

This is a summary of all the already published tips on forum or mailinglist.

Installation without database

On raspberry 2 and 3, it is better to wait for the network on booting.

(Raspberry PI Preference menu, wait on boot, check "wait for network")

TANGO installation (one line command) :

sudo apt-get install tango-starter tango-test python-sardana liblog4j1.2-java

Graphic tools (Jive, Astor,...) installation :

download the latest version of libtango-java librairies on https://people.debian.org/~picca

and installing

sudo dpkg -i ./whereyoudownload/libtango-java.XX.version.deb

Installation with database

If you need the local database, process this installation before 

sudo apt-get install mysql-server mysql-client

sudo apt-get install tango-db tango-common

More details on : http://eras.readthedocs.io/en/latest/doc/setup.html