Deployment on Ubuntu
Prerequesite: Java 11
Install Java 11 or newer, e.g.:
sudo apt update
sudo apt install openjdk-11-jdk
java -version
Download Latest Release
PhotoDB / AudioDB release packages are found on GitHub. Download the latest package using this download link.
After downloading the latest distribution package, change into the directory you downloaded PhotoDB into:
cd path/to/distribution/package/ # replace with actual path!
Then extract it and make it executable:
unzip *.zip
chmod +x *.sh
The distribution package includes some example files, that we will have a look at later on.