This component is part of "Step-up Authentication as-a Service" and requires other supporting components to function. See Stepup-Deploy for an overview.
- PHP 7.2
- Composer
- A web server (Apache, Nginx)
- Graylog2 (or disable this Monolog handler)
- A working Gateway
- Working Middleware
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
Please read: https://github.com/OpenConext/Stepup-Deploy/wiki/Release-Management for more information on the release strategy used in Stepup projects.