Skip to content

OpenConext/Stepup-SelfService

Repository files navigation

Step-up Self-Service

Run QA tests (static analysis, lint and unit tests)
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 8.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 && yarn install.

Updating translations

Run the following command to extract translation strings from templates, form labels, etc:

bin/extract-translations.sh

Then, translate the strings using the web interface available at: https://ss-dev.stepup.coin.surf.net/app_dev.php/_trans/

For more information about the JMSTranslationBundle, see http://jmsyst.com/bundles/JMSTranslationBundle

Release strategy

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