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  

You should use a distinct user for odysseus.

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 openjdk-7-jre

...