# BIM Bretzel Identity Manager ou BIM Identity Manager 1. [Installation](#installation) 2. [Contributing](#contributing) ## Installation * Clone this repo. * Run `composer install` in root directory. * Serve the files with a web server (only the public directory should be served). * Make sure to exclude all the other files from being accessible. * Copy `includes/config.ini.example` to `includes/config.ini` and edit the file with your parameters. ### Example using caddy behind HTTPS reverse proxy >If BIM directory is under `/srv` : ``` http://bim.example.org { handle { root * /srv/BIM/public php_fastcgi caddy-phpfpm:9000 } } ``` BIM will be accessible using bim.example.org. ## Contributing Please refer to [this page](CONTRIBUTING.md).