Skip to content

Latest commit

 

History

History
59 lines (35 loc) · 1.92 KB

File metadata and controls

59 lines (35 loc) · 1.92 KB

Quick links : Home - Part 1 - Part 2 - Part 3 - Part 4 - Part 5


Part 2: Getting Started with the IBM Cloud

Goal: Create an IBM Cloud account and install the ibmcloud command-line tool

Introduction

This section of the workshops takes you through the steps needed to get a cloud environment setup for your application.

Steps

2.1 - Create an IBM Cloud account

Follow this link and sign-up for an IBM Cloud account. It's free, doesn't require a credit card and lets you play with the services available in the catalog.

2.2 - Install IBM Cloud CLI

The IBM Cloud provides a command-line tool for working with your resources, services and apps in the cloud.

You can install it by follow these instructions.

2.3 - Login to the IBM Cloud

With the ibmcloud cli command installed, you can login by running:

ibmcloud login

You can then target which region of the IBM Cloud your application will be deployed to. Run the following command select a region (us-south or eu-gb for example).

ibmcloud target --cf

Summary

In this section of the workshop you have created an IBM Cloud account and installed the ibmcloud command-line tool.

Next Steps

The next task is to add some additional resources to your project and get it deployed to the cloud. Head over to Part 3.


Quick links : Home - Part 1 - Part 2 - Part 3 - Part 4 - Part 5