- Make sure you have the following PHP modules available:
- PHP (tested with versions 7.4, 8.0, 8.1)
- MongoDB Driver (
pecl install mongodb-1.12.0
) - LDAP (
yum install php-ldap
)
- Update
settings.json
- Install MongoDB (Version 5)
- Initialize a new database
osiris
with the collectionusers
- In case you choose another database name, you can update it in the init.php file.
- Install composer
- Run
composer update --ignore-platform-reqs
- It will install the MongoDB module and PHPWord
- Configure LDAP
- Go to the installed web page and log-in with your user account
All other collections will be created and filled once you use the web page.