Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The Odysseus server component works on a Raspberry Pi. Simple install a recent raspian first. After that, you should update/upgrade the system and install JavaJRE first (if possible):

Code Block
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install default-jre

Tip: With the console-command raspi-config you can configure your RaspberryPi/BananiPi further (e.g. keyboard layout)

...