Skip to main content
Skip table of contents

Setting up Fiorano Developer Portal

To work with the developer portal, follow the preliminary steps mentioned below to set up Fiorano Developer Portal and start working.

Starting Developer Portal Server

To start the Developer Portal Server, execute the following command at $FIORANO_HOME/APIManagement/DeveloperPortal

  • Linux

    CODE
    Portal.sh
  • Windows

    CODE
    Portal.bat

Configuring Properties

Since the Fiorano Developer Portal interacts with API Management, the IP address of the system where the API Management Server is running needs to be specified in the DeveloperPortalConfig.properties file present at the location $FIORANO_HOME\APIManagement\DeveloperPortal\properties

Open the DeveloperPortalConfig.properties file and replace 'localhost' with the IP address in the API Management Server URL as below:

CODE
AMS_URL=http://localhost:1981/apimanagement/manage/
  • Other properties present in this file can also be changed as per specific requirement.
  • This configuration is not required if the API Management Server is running within the same system where the Developer Portal is launched.
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.