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 8.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 && yarn install
.
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
Please read: https://github.com/OpenConext/Stepup-Deploy/wiki/Release-Management fro more information on the release strategy used in Stepup projects.