README.md 764 B

BIM

Bretzel Identity Manager ou BIM Identity Manager

  1. Installation
  2. 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.