When purchasing the Flowster 1. Download the Docker Compose file and copy the file to your docker host
View file | ||
---|---|---|
|
The docker-compose file include the references to the 5 Containers of the Password Reset Portal the customer is provided with a docker container image, the user must decompress the file and enter the directory where the decompressed files are located then load terminal or cmd from this location and run the following command:
docker load --input fpr_mongo.tar && docker load --input fpr_backend.tar && docker load --input fpr_frontend.tar && docker load --input fpr_adminportal.tar && docker load --input fpr_nginx.tar
Finally run this command:
docker-compose up -d
After that you will have the Flowster Password Reset Portal installed on your machine.and expose the Ports 8443 for the Admin Portal and RestAPI as well as Port 443 for the User Portal.
The Conatiner Images are hosted on Docker Hub.
2. Run the command:
docker compose up -d
from the same folder location where the docker-compose.yml is stored.
3. Open the Admin Portal UI in the Webbrowser
https://<Servername>:8443
4. Login and set a new admin password
...
User: admin
Default Password: prpportal
5. Setup your Mail Gateway to get the QR Code for the User Portal login
...
6. Setup the connection to your Flowster Studio Server
...
Info |
---|
The Service User must be tenant manager to resolve the tenant and must have permissions to start the provided Workflows on Flowster Studio. |
7. Create Workflows for Passwor Rest and Account unlock on your Flowster Studio System and Setup the Workflow ID’s.
...
Info |
---|
The wfId must match the Workflow Id of the Workflows in your Flowster Studio. |
8. Import User
...
Add the user mail addresses of the user(s) how should get access to the user portal.
The user will get a Welcome Mail with the QR-Code, when he login the first time to the user portal.
9. Go to the userportal https://<Servername>
...
Enter the mail address of the user.
10. The User will get on the first login a welcome mail with the qr-code for the token
...
11. Enter the otp token
...
12. Select a Workflow
...