luceos Flarum works on 8.1 and 8.2 too
Thank you! Good to know. I have manage to install PHP, but some dependencies are problematic. Are there anything I have missed?
sudo apt update
sudo apt upgrade -y
sudo apt install php
sudo apt install php8.2-curl
sudo apt install php8.2-dom
sudo apt install php8.2-common (replaces JSON)
sudo apt install php8.2-gd
sudo apt install php8.2-fpm
sudo apt install php8.2-mbstring
sudo apt install php8.2-openssl (not available!)
sudo apt install php8.2-pdo_mysql (not available!) (replace with sudo apt install php-mysql?)
sudo apt install php8.2-tokenizer (php8.2-common)
sudo apt install php8.2-zip
php -v