To use IBM Cloud in a development scenario, you will need to create an IBMid and install some local tools. At a minimum, you should install the IBM Cloud CLI and a developer text editor. To run code examples locally, you should also install a few development runtimes.
-
Create an IBMid and IBM Cloud public account all in one step. Go to https://console.bluemix.net/registration . Provide your email address. If you have entered in a personal email address or a business address that is not configured for identity federation with IBM, fields for your contact information and Cloud account password will appear. Complete these items and go to step 3.
-
If your corporate email address corresponds to an enterprise that has identity federation, an IBMid login screen will appear. Select Log in with your company credentials (SSO) option and then provide your email and follow the prompts.
-
In both cases, you will be sent a confirmation email to the address provided. Open this email and click on the activation link to continue on to the IBM Cloud dashboard
Note: if after entering your email address on the registration page, you see the message "That email address is already registered to an IBM Cloud account." , click on the Log in link. There will be a way to request a password reset from the login page if you have forgotten the password. After logging in, if you are shown a page stating that your trial has expired and is requesting a credit card to continue, send your email address for your IBMid to
[email protected]
and we will work with you and the support team to unlock the account.
Using Docker will allow access to a container for the labs that has been configured with the IBM Cloud CLI, python and node.js runtimes and supports local execution of the application examples.
- Go to the Docker Desktop page and install using the installer for your workstation operating system (MacOS, Windows).
Downloading the IBM Cloud CLI will allow a developer to login and push the lab application examples to the IBM Cloud Foundry runtimes environment. To be able to run the application examples locally instead of on IBM Cloud the python (2.7/3.6 or later) or node.js (8 or later) runtimes need to be installed.
- Open the IBM Cloud CLI setup page and install using the installer for your workstation operating system (MacOS, Linux, Windows).
To view and edit files used in the code patterns, there are several options. Although OS installed text editors can work in a pinch, these can work much better (listed in no particular order).