Skip to content

OpenConext/Stepup-RA

Repository files navigation

Step-up Registration Authority

Build Status Scrutinizer Code Quality SensioLabsInsight

This component is part of "Step-up Authentication as-a Service" and requires other supporting components to function. See Stepup-Deploy for an overview.

Requirements

  • PHP 7.2
  • Composer
  • A web server (Apache, Nginx)
  • Graylog2 (or disable this Monolog handler)
  • A working Gateway
  • Working Middleware

Installation

Clone the repository or download the archive to a directory. Install the dependencies by running composer install.

Install the JS dependencies: yarn

Symlink assets from external packages: php72 ./bin/console assets:install

Finally build the front-end resources: yarn encore dev or yarn encore production

Release strategy

Please read: https://github.com/OpenConext/Stepup-Deploy/wiki/Release-Management for more information on the release strategy used in Stepup projects.