Before you can start the installation you need:
Unpack the initial zip package in the desired installation path on your system. In the subfolder Administrator-Manual you will find a pdf file with more detailed installation instructions.
Copy the features.yml file from the email to the subfolder store/toolbox/config
Open the admin area of your DNG server in a new browser tab and navigate to the page Communication → Consumers (Inbound) the following URL will help you:
"https://(your-server:your-port)/jts/admin#action=com.ibm.team.repository.admin.configureOAuth".
Follow the instructions on the page to generate OAuth consumer keys for ReqIF Manager.
Edit with an editor the file mix-config.json which can also be found in the subfolder store/toolbox/config. In this file you determine with which DNG servers the ReqIF Manager is allowed to connect.
Repeat these steps for each DNG Server the ReqIF Manager is allowed to connect to.
Save the file mix-config.json
Open the .env file in the root directory with an editor
Save the .env file
Open the file startDocker.cmd
Save the startDocker.cmd file. Once you run the startDocker.cmd the ReqIF Manger will be installed. This will take several minutes. For DNG server settings, see the Configuration chapter in the Administrator Manual.
Open a new browser tab with the address: localhost:8080 to display the reqif manager.
For the Evalauations license you can log in with the user test and the password test.
To trigger an update to a new version of the requisis_ReqIF manager perform the following steps:
Stop the Docker container "requisis-toolbox-docker_server" for example with the command docker-compose down This takes a moment.
Open the .env file in the root directory with an editor.
In the line REQIF_MANAGER_IMAGE= at the end now change the version tag for this there are three possible variants:
Save the file .env
By running the script startDocker.cmd it will check if you are currently using the latest version configured in your .env file and update it if not. Afterwards, the Docker containers are started up again. This can take some time due to the update. This depends on how many DNG modules are used. As soon as you can see the interface of the Reqif Manager in the browser again, the update is finished.
With the command docker-compose logs -f server you can follow the process of update and migration.
Bevor Sie mit der Installation beginnen können benötigen Sie:
Entpacken Sie das initiale zip-Paket im gewünschten Installtionspfad auf ihrem System. Im Unterordner Administrator-Manual befindet sich eine pdf-Datei mit einer ausführlicheren Installationsanleitung.
Kopieren Sie die Datei features.yml aus der Email in den Unterordner store/toolbox/config
Öffnen Sie in einem neuen Browser-Tab den Administartionsbereich ihres DNG Servers und navigieren Sie zur Seite Communication → Consumers (Inbound) die folgend URL hilft ihnen dabei: “https://(your-server:your-port)/jts/admin#action=com.ibm.team.repository.admin.configureOAuth”
Folgend Sie den Anweisungen auf der Seite um OAuth Consumer Keys für den ReqIF Manager zuerzeugen.
Editieren Sie mit einem Editor die Datei mix-config.json die ebenfalls im Unterordner store/toolbox/config zu finden ist. In dieser Datei bestimmen Sie mit welchen DNG Servern der ReqIF Manager sich verbinden darf.
Wiederholen Sie diese Schritte für jeden DNG Server mit dem sich der ReqIF Manager verbinden darf.
Speichern Sie die Datei mix-config.json
Öffnen Sie die Datei .env im Hauptverzeichnis mit einem Editor
Speichern Sie die Datei .env
Öffnen Sie die Datei startDocker.cmd / startDocker.sh auf Linux Systemen
Speichern Sie die Datei startDocker.cmd. Sobald Sie die startDocker.cmd ausführen wird der ReqIF Manger installiert. Dies dauert mehrere Minuten. Zu den Einstellungen des DNG Servers lesen Sie das Kapitel Configuration im Administrator-Manual.
Öffnen Sie einen neuen Browser Tab mit der Adresse: localhost:8080 um den reqif Manager anzuzeigen.
Bei der Evalauations Lizenz können Sie sich mit dem Nutzer test und dem Passwort test einloggen.
Um ein Update auf eine neue Version des requisis_ReqIF-Managers anzustoßen führen Sie folgende Schritte durch:
Stoppen Sie den Docker-Container "requisis-toolbox-docker_server" zum Beispiel mit dem Befehl docker-compose down Dies dauert einen kurzen Augenblick.
Öffnen Sie die Datei .env im Hauptverzeichnis mit einem Editor.
In der Zeile REQIF_MANAGER_IMAGE= ändern Sie am Ende nun den Versions Tag hierzu gibt es drei mögliche Varianten:
Speichern Sie die Datei .env
Durch Ausführen des Skripts startDocker.cmd wird überprüft ob Sie aktuell die neuste, bei sich in der .env Datei konfiguriete, Version verwenden und updatet diese falls nicht. Im Anschluss werden die Docker Container wieder hochgefahren. Dies kann aufgrund des Updates etwas Zeit in anspruch nehmen. Dies hängt davon ab wieviele DNG Module verwendet werden. So bald Sie das Interface des Reqif Managers wieder im Browser sehen können ist das Update beendet.
Mit dem Kommando docker-compose logs -f server können Sie den Prozess des Updates und Migration verfolgen.