First, install Python and pip, if not installed already.
Version 3 or higher must be used. Make sure to get the 64-bit verison, and not a 32-bit version.
On Debian-based distributions like Debian, Ubuntu, and Mint, run:
sudo apt install python3 python3-pip
If you haven’t already, download the OSPREY Server release.
Extract the release .tar.bz2
file you downloaded into your favorite folder.
From that folder, run the installation script to install OSPREY:
./install.sh
Start an interactive Python session, then run:
import osprey
osprey.start()
If successful, should should be greeted with a message something like the following:
OSPREY 3.2, Python 3.6.9, Java 11.0.6, Linux-4.15.0-91-generic-x86_64-with-LinuxMint-19-tara
Using up to 1024 MiB heap memory: 128 MiB for garbage, 896 MiB for storage
If you’re updating from an older installation of Osprey, just run the install script. There’s no need to explicitly uninstall the older version.
Just run the uninstall script:
./uninstall.sh