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 would like to persist your data, refer to Docker Compose or Docker documentation to set it up. This will ensure that your data persists even across application restarts.
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!
Last updated
Was this helpful?