Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.43 KB

README.md

File metadata and controls

28 lines (18 loc) · 1.43 KB

Step-up Registration Authority

Build status Scrutinizer Code Quality

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

Installation

Clone the repository or download the archive to a directory.

Start the devconf Stepup environment with SelfService with local code inclusion (see devconf readme for details).

Run bash on the selfservice container (docker exec -it stepup-selfservice-1 bash)

Install the dependencies by running composer install. Install the JS dependencies: yarn Symlink assets from external packages: ./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.