Skip to content

Commit 3aca024

Browse files
authored
Lab2 and 5 edits (#54)
* minor edits to labguide * gitignore update
1 parent f12a923 commit 3aca024

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
*-day.crt
44
*-day.key
55
nginx-repo.*
6+
license.jwt
67
*~
78
\#*
89

labs/lab2/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ You will run some Docker containers to build out various workshop components, us
5252
vJ+ADwlFXKf58bX0Qk/...6N38Al4fdxXDefT6J2iiM=
5353
```
5454

55-
1. Using the same Terminal, set the `JWT` environment variable from your `nginx-repo.jwt` license file. This is required to pull the NGINX Plus container images from the NGINX Private Registry. If you do not have an NGINX Plus license, you can request a free 30-Day Trial license from here: <https://www.f5.com/trials/nginx-one>
55+
1. Using the same Terminal, set the `JWT` environment variable from your NGINX One `license.jwt` file. This is required to pull the NGINX Plus container images from the NGINX Private Registry. If you do not have an NGINX One license, you can request a free 30-Day Trial license from here: <https://www.f5.com/trials/nginx-one>
5656

5757
```bash
58-
export JWT=$(cat lab2/nginx-repo.jwt)
58+
export JWT=$(cat lab2/license.jwt)
5959
```
6060

6161
And verify it was set:

labs/lab5/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Starting with Release 33, NGINX Plus requires NGINX Agent to be installed along
7878

7979
After the `plus3` instance code block you will put a new block of code for the R34 release. You will call this `plus4`, keeping in line with your naming convention for the labs.
8080

81-
Starting on line 75, let's uncomment this block of code (ends on line 96). A little tip, in VS Studio you can highlight the block of code and press `Ctrl` + `/` to uncomment the whole block at once.
81+
Starting on line 74, let's uncomment this block of code (ends on line 96). A little tip, in VS Studio you can highlight the block of code and press `Ctrl` + `/` to uncomment the whole block at once.
8282
8383
```bash
8484
### Uncomment the section below for Lab5
@@ -432,7 +432,7 @@ Let's take the R32 install and upgrade it. This time you will do it with assista
432432
433433
![NGINX Plus](media/lab5-add-license-1.png)
434434
435-
Copy the value from the `lab5/license.jwt` and enter it into this file. Click the `Next` button.
435+
Copy the value from the `lab2/license.jwt` and enter it into this file. Click the `Next` button.
436436
437437
>**NOTE:** Make sure you do not add any extra spaces or characters to the license file or it would be considered invalid.
438438

0 commit comments

Comments
 (0)