Skip to content

Commit 3bb4e22

Browse files
committed
docs: further details in step 1 lab 1
1 parent b25d962 commit 3bb4e22

File tree

2 files changed

+16
-7
lines changed

2 files changed

+16
-7
lines changed

docs/part1/10-project.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,16 @@
3636

3737
1. Configure the project
3838
1. In the **Configure** > **Security** section, specify the following information: \
39-
a. Authentication: Clear **Use a secret** and paste in your IBM Cloud API key.
39+
a. Authentication: Clear **Use a secret** and paste in your IBM Cloud API key (created in the [prereqs](./prereqs) section).
4040

4141
1. In the **Configure** > **Required** section, specify the following settings:\
4242
a. `ssh_public_key`: The value of the `lab-key.pub` file that you generated in step 1.\
43+
:information_source: **Note**: In the TechXchange VM, you can use `cat` to view the content of the file
44+
```sh
45+
cat lab-key.pub
46+
```
47+
Copy and paste the **full** content including the ssh-rsa and the user name pieces - for instance: `ssh-rsa ... ibmuser@student`
48+
4349
b. `region`: The region that you want to deploy in. \
4450
c. `prefix`: Your initials.
4551

docs/prereqs.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ Make sure that you meet the following prerequisites before you begin the lab.
88

99
: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.
1010

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-
1311
2. A personal API Key associated with a user with the following permissions.
1412

1513
: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.
2927

3028

3129
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 name and 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. \
3533
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.
3735

3836
: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.
3937

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+
4043
## Development environment
4144

4245
A development computer with the following software:

0 commit comments

Comments
 (0)