OpenConext / Stepup-SelfService

Stepup Self-service interface
Apache License 2.0
2 stars 5 forks source link

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

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.