You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/prereqs.md
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,6 @@ Make sure that you meet the following prerequisites before you begin the lab.
8
8
9
9
:information_source:**Note**: Participants in the TechXchange lab will be provided with user credentials to access a paid IBM Cloud account for the duration of the lab.
10
10
11
-
:exclamation:**Important**: If you are an existing active user of IBM Cloud, and if you are provided with user credentials for this lab, ensure that you do not have an existing active session on [cloud.ibm.com](https://cloud.ibm.com) using your own credentials prior to accessing the provided login page. If needed, log out from your existing session (top right icon in the IBM Cloud Console -> Log out) first.
12
-
13
11
2. A personal API Key associated with a user with the following permissions.
14
12
15
13
:information_source:**Note**: The user account provided in the TechXchange lab already has got the necessary permissions. Participants in the TechXchange lab only need to create an API Key as described below.
@@ -29,14 +27,19 @@ Make sure that you meet the following prerequisites before you begin the lab.
29
27
30
28
31
29
To create an API Key: \
32
-
1. In the IBM Cloud console, go to **Manage > Access (IAM) > API keys.**\
33
-
2. Click **Create an IBM Cloud API key**. \
34
-
3. Enter a nameand description for your API key. \
30
+
1. In the IBM Cloud console, in the navigation bar at the top of your screen, go to **Manage > Access (IAM) > API keys.**\
31
+
2. Click **Create +**. \
32
+
3. Enter a name, for example `<yourinitials> lab`and optionally a description for your API key. \
35
33
4. Click **Create**\
36
-
5. Then, click **Show** to display the API key.
34
+
5. Then, click **Show**(the eye icon) to display the API key.
37
35
38
36
:exclamation:**Important**: Please save the generated API key for later use in the labs. The API key is only available to be copied or downloaded at the time of creation. If the API key is lost, you can re-create a new API key.
39
37
38
+
:information_source:**Note**: In the TechXchange VM, you may open a text editor to paste the API Key for later use with the following terminal command:
39
+
```sh
40
+
gedit &
41
+
```
42
+
40
43
## Development environment
41
44
42
45
A development computer with the following software:
0 commit comments