Raspberry Pi

Intended audience: developers

alternate text

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

Installation with database

If you need the local database, process this installation before other installation

1
2
$ sudo apt install mysql-server mysql-client
$ sudo apt install tango-db tango-common

More details on readthedocs

Warning

The ERAS project ReadTheDocs entry does not exist. Please refer to the PDF on the other side of the provided link.

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) :

1
$> sudo apt install tango-starter tango-test liblog4j1.2-java

Graphic tools (Jive, Astor,…) installation :

download the latest version of libtango-java librairies on picca

and installing

$> sudo apt install --assume-yes wget\
   wget -c https://people.debian.org/~picca/libtango-java_XX_version.deb\
   sudo dpkg -i ./libtango-java_XX_version.deb