Installing digiRunner API Management
To install digiRunner API Management
Go to our GitHub repository, and follow instructions in the
README.md
file.Install digiRunner using Docker compose.
digiRunner offers two database storage modes:
Temporary Database (Default Mode) : The application has a built-in, temporary in-memory database to get you started quickly. In this mode, all data will be lost when you close or restart digiRunner. This mode is suitable for evaluating features or for quick tests.
Persistent Database : If you want to save your data permanently, please use Docker Compose to install an H2 database. This will ensure your data is fully preserved even after restarting the application.
After completing the installation, open your browser and navigate to: http://localhost:31080/dgrv4/login.
Log in using the default credentials:
Username:
manager
User password:
manager123

Upon successful login, you will see the text digiRunner Community displayed in the upper left corner.

Now, let's register your first API with digiRunner, and start to explore digiRunner's features!
Was this helpful?