Note |
---|
To get access, please contact our support. https://support.apiida.com |
Info |
---|
Don't overlook the step of creating your Developer Portal in the Control Plane Administration Portal. You'll need to input the URL of the developer portal there and retrieve the token, which must be entered into your developer portal environment variables. |
Info |
---|
Remember to regularly sync your fork with the upstream repository to incorporate updates and improvements. |
This guide provides instructions on how to fork and customize the Developer Portal. By creating your own version of the developer portal, you can tailor it to meet your specific requirements and integrate it into your existing processes.
...
Additional information on forking a repository: https://docs.github.com/en/get-started/quickstart/fork-a-repo
Info |
---|
Remember to regularly sync your fork with the upstream repository to incorporate updates and improvements. |
Steps to Fork and Customize the Developer Portal
...
2. Adjust the Environment Variables
Info |
---|
Before proceeding, |
...
make sure that you have created |
...
an instance of the developer portal in the API Control Plane Administration Portal. There you must enter the URL of the developer portal and retrieve the token that must be entered in the environment variables of your developer portal. |
Adjust the environment variable defaults in
src/config.ts
anddocker/build/setEnvVarsOnContainerStartup.sh
.
...