-
Notifications
You must be signed in to change notification settings - Fork 13
Installation
Alexander Elchlepp edited this page Dec 28, 2025
·
8 revisions
Before the application can be used, you need a web server on which the application can run.
The pension management software is a web application that can be accessed with any modern browser or smartphone. It is not desktop software that is simply installed with an .exe file, for example.
To use the tool, you need a small web server that meets the following requirements:
- PHP 8.4 or higher (php-intl extension must be installed)
- a webserver e.g. nginx or apache
- a database server (mysql or mariadb is recommended)
It is recommended to use the fewohbee-dockerized version of the application which is a pre-build setup with all necessary dependencies and configurations, see Docker-Setup.
If you need a custom setup (without docker), see detailed installation guide here.