Prerequisites Ubuntu
Backend
- git, OpenJDK >= 21 and Maven via
apt-get
: - Docker Engine: follow the official instructions at Install Docker Engine on Ubuntu.
Frontend
- yarn via
apt-get
- Node.js >= 20 via
nvm
Install nvm
via its install script: Installing and updating nvm.
Then install and set as default Node.js 22 (you should be able to use any version from 20 onwards though):