I don't expect that this site will have to handle much traffic so I assume that a standard Raspberry Pi will fit my needs.
Operating System
How do you setup a basic working environment?
#Root
#user

MySQL/MariaDB
How do you setup the DBMS?
My first intention was to use MariaDB. I have the impression that Oracle is trying to move MySQL out of the Open source domain. And I don't like that. That's why I started with MariaDB.
On my Raspberry, MariaDb was installed with the following commands:
It took several hours but MariaDB installed without a glitch.
After that I tried to install
sudo apt-get install mysql-server

SWI-prolog
How do you setup and configure SWI-prolog?
sudo apt-get install swi-prolog
sudo apt-get install
swi-prolog-odbc

ODBC
What is needed to set up an ODBC-connection?
ODBC was installed with the following commands (as root):
