Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Each Developer Portal can be customized individually. This is especially interesting if you want to bring different API products closer to different customers.

Create

...

your new Developer Portal in the Admin Portal

Go to Configuration > Developer Portals > Create New Developer Portal in your Admin Portal.

...

After creating, you will be shown a token. Copy it. We need it in a moment.

Get the Developer Portal Image

We provide you with a Docker image and also recommend docker to host it.

Code Block
docker pull xxx

Host and Configure

...

your Developer Portal

Here is a docker-compose.yml script

...