apic-ibm-developer-portal

Setup IBM API Connect for development environment

Introduction

In the previous tutorial, I have shown how easy it is to install IBM API Connect step by step in your personal system. This tutorial is a extension to that. In this tutorial, we will cover how to setup IBM API Connect for development environment. As part of this exercise, we will perform following activities –

  • Configure the IBM API Connect Cloud Manager
    • Configure and test SMTP settings
    • Configure Datapower gateway service
    • Add Datapower server
  • Configure API Manager –
    • Configure IBM Developer Portal

So, let’s get started.

Please take a look at my latest blog on how to install APIC v22018 local test environment in your personal system: https://iteritory.com/install-ibm-api-connect-lte-in-local-windows-system/

Keep local SMTP Server Ready

  • If you recall, we have already installed the container (with the name email) for local SMTP server and it’s in running state We also have configured the alias of the server in hosts file.
  • Now, let’s open browser and hit http://email:5080/ , we’ll see the GUI based email client is ready for us.

    fakesmtp-gui

    fakesmtp-gui

  • As our local SMTP server container is already running, it will trap all the mails floating from API Connect. We’ll see all those emails in this browser based SMTP GUI.

Configure API Connect

  • Hit the https://apim/cmc in your favourite web browser to open API Connect’s Cloud Management Console. You’ll see a screen like below –

    apim-cmc-login

    apim-cmc-login

  • Login to the console by providing following credential –
  • As you login, it will present you a screen to Accept or Decline license agreement. Go through it and press accept button to continue.
  • Thereafter, it will take you to profile page. Verify your profile information, add the email. Feel free to change as you like, then change your password by providing new one and update the profile.

    apic-cmc-update-profile

    apic-cmc-update-profile

  • Then it takes you to a new web page; look for Settings button and click on it.
apim-cmc-landingpage-dashboard

apim-cmc-landingpage-dashboard

  • A new web page will open and here we will see the SMTP settings configured in .env file during the installation process.

At this point, if you want to use any other SMTP server, you can change the parameters as you want it and save the configuration. However, we are happy with our locally running server, so we will stay with it.

  • Review these settings and click on Test Configuration button.

    apim-cmc-mail-configuration

    apim-cmc-mail-configuration

  • Once you click the Test Configuration button, a popup will open; provide any to-address, email subject and body. Click on Send button.

    apim-test-email-config

    apim-test-email-config

  • Once sent, let’s refresh the mail client GUI (http://email:5080) in the browser and we’ll notice email that we just sent from API CMC.

    apic-cmc-email-received

    apic-cmc-email-received

  • So, with this, we are done with the email settings test; we’ll move to the next step.

Configure Datapower Gateway Service

  • Click on Service tab in the same API CMC portal and then scroll little down to the Datapower Services pane. On the right top corner of Datapower Services pane, you will notice a settings icon; click on that icon and a popup will open. Configure the following value –

    Leave all the other fields unchanged. Click on Save button.

    apic-configure-datapowergateway-service

    apic-configure-datapowergateway-service

  • Next, in the same Datapower Services pane, click on Add Server link. A window will pop-up; enter details as follows and click on Create button to create a new server by entering following details. Leave everything else AS-IS. Click on Create button  –

    apic-add-datapower-server

    apic-add-datapower-server

  • Once created, there will be one ACTIVE gateway server and one ACTIVE management server like below –
apic-active-gateway-active-management-server

apic-active-gateway-active-management-server

Configure Organizations

  • Next, let’s click on the Organizations tab in the same portal. Click on the add button and a window will be popped up. Provide an organisation name of your choice and then click on New User tab; provide an email id. This email id will be the owner of this organisation. Click on Add button. A new organisation will be created now. In my case, I have chosen as follows –

    apic-create-organizations

    apic-create-organizations

  • Now if we open and refresh the mail client GUI, we’ll see invitation emails have been sent to the organisation owner email id that we configured in above step. One of the emails will have an activation link.

    apic-create-organization-email-alert

    apic-create-organization-email-alert

  • Copy and paste the link in browser and complete the registration process by providing name, password etc and clicking Sign Up button.

    apim-owner-invitation-link-to-signup

    apim-owner-invitation-link-to-signup

  • It will then redirect you to the login page; provide the username (in my case it’s order.org.owner@iteritory.com) and the password that is set in the previous step. Click on Sign In button.
  • Well,  now we are in the API Manager portal. Click on the Navigate to.. icon on the top-left corner. A sliding menu will open up; select Dashboard menu item and you will notice Sandbox catalog. Click on it.
  • In the new page that opens up with the details of Sandbox catalog. Click on the Settings tab. Then, click on the Portal link on the left menu and a new page will open up.
  • From the Select Portal drop down, select IBM Developer Portal. The portal URL is automatically created. If you notice, it has the demo organisation that we created few steps back. Click on the save icon on the top right corner.

    apic-create-developer-portal

    apic-create-developer-portal

  • As you save it, a pop will open up indicating that once the portal is ready, it will be intimated over email. Click OK button on the popup window.
  • Wait for few minutes and keep monitoring the email GUI. You will receive an email with a link to the Developer portal website. This link is one time usable one for the administrator account. However, even if you don’t get the email, no problem. After few minutes, hit the url that was created in above step and you will have the developer portal ready!!

    apic-ibm-developer-portal

    apic-ibm-developer-portal

Create Product

  • Click on the Navigate to.. icon on the top-left corner of the APIM portal. A sliding menu will open up; select Drafts menu item and you will notice a page with two tabs – Products and APIs. Click on Products.
  • Click on the Add button and then select New Product. There will be a new popup asking for certain details to create a new Product. Fill in the details and press Create Product button.

    apic-create-product

    apic-create-product

  • A new page will open up once the product creation is successful. You can fill up these details and then click on Save button.

    apic-demo-product-fill-additional-details

    apic-demo-product-fill-additional-details

Conclusion

So, with this step, we are ready with our development environment setup. Next we will move forward with some development exercise in the next tutorial. Stay tuned.

Reference

99

No Responses

Write a response

This site uses Akismet to reduce spam. Learn how your comment data is processed.