This component is part of "Step-up Middleware". See Stepup-Deploy for an overview and installation instructions for a complete Stepup system, including this component. The requirements and installation instructions below cover this component only.
This project is currently a work in progress and is being used as a proof of concept. This means that it might not (fully) work yet.
- PHP 8.1+
- Composer
- A web server (Apache, Nginx)
- A working Middleware
- Docker
- Docker Compose
To create a development environment for this project, the following commands need to be executed:
$ docker compose up -d
$ docker compose exec stepup-api -c 'composer install'