Skip to content

Commit e8bb514

Browse files
committed
update markdown
1 parent 2a3b390 commit e8bb514

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

mtdrworkshop/backend/Readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ The backend is implemented using the following Java classes (under ./backend/src
3939

4040
## **Task 1**: Build and push the Docker images to the OCI Registry
4141

42-
The OCI Container Regisry is where your Docker images are managed. A container registry should have been created for you in your compartment.
42+
The OCI Container Regisry is where your Docker images are managed. A container registry should have been created for you in Lab 1 in your compartment.
4343

4444
1. Edit ./backend/src/main/java/com/oracle/todoapp/Main.java
4545

4646
- Locate the following code fragment
4747

4848
![](images/CORS-Main.png " ")
49-
- Replace `eu-frankfurt-1` in `"https://objectstorage.eu-frankfurt-1.oraclecloud.com"` by your region
49+
- Replace `eu-frankfurt-1` in `"https://objectstorage.eu-frankfurt-1.oraclecloud.com"` with your region
5050

5151
- Save the file
5252

@@ -141,7 +141,7 @@ The setup script already creates an API gateway, but you still need to create th
141141
142142
![](psong_images/basic_information_deployment.png)
143143
5. Configure Cross-origin resource sharing (CORS) policies.
144-
- CORS is a security mechanism that will prevent loading resources from an unspecified origins (domain, scheme, or port).
144+
- CORS is a security mechanism that will prevent loading resources from unspecified origins (domain, scheme, or port).
145145
- Allowed Origins: is the list of all servers (origins) that are allowed to access the API deployment typically your Kubernetes cluster IP.
146146
- Replace the `.us-phoenix-1` portion with whichever region you replaced with in task 1.
147147
- Replace the 3rd IP address with the external IP address of your Load Balancer
@@ -181,6 +181,6 @@ Congratulations, you have completed lab 2; you may now [proceed to the next lab]
181181
182182
## Acknowledgements
183183
184-
* **Author** - - Kuassi Mensah, Dir. Product Management, Java Database Access, Peter Song Developer Advocate JDBC
184+
* **Author** - Kuassi Mensah, Dir. Product Management, Java Database Access, Peter Song Developer Advocate JDBC
185185
* **Contributors** - Jean de Lavarene, Sr. Director of Development, JDBC/UCP
186186
* **Last Updated By/Date** - Peter Song Developer Advocate February 2022

mtdrworkshop/frontend/Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ The build folder will be uploaded to object storage so you can access your appli
145145
**Object Storage > Object Storage**.
146146

147147
![](images/object_store_navigate.png)
148-
- Create the 'mtdrworkshop' (or another name if that's taken) bucket
148+
Create the 'mtdrworkshop' (or another name if that's taken) bucket
149149

150150
![](images/create_bucket.png)
151151

mtdrworkshop/setup-dev-environment/Readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Estimated Lab Time: ~30 minutes
2525

2626
If you are not the tenancy administrator, there may be additional policies you must have in your group to perform some of the steps for this lab. If you cannot create a group and add specific policies, please ask your tenancy administrator for the correct policies in order to follow along.
2727

28-
**If your group already has the permissions listed in part 6 of this step you may skip to step 2.**
28+
**If your group already has the permissions listed in part 6 of this step you may skip to Task 2.**
2929

3030
1. First make sure you are in your home region.
3131

@@ -94,7 +94,7 @@ Allow group myToDoGroup to manage objects in tenancy
9494
mkdir reacttodo
9595
````
9696
````
97-
cd reacttodo;
97+
cd reacttodo
9898
````
9999

100100
## **Task 4: Clone the workshop code**
@@ -152,7 +152,7 @@ The setup script uses terraform, bash scripts, and SQL to automate the creation
152152
![](psong_images/compartment_ocid.png)
153153

154154

155-
6. Next the setup will create an authentication token for your tenancy so that docker can log in to the Oracle Cloud Infrastructure Regisry. If there is no space for a new Auth Token, the setup will ask you to remove an auth token then hit enter when you are ready.
155+
6. Next the setup will create an authentication token for your tenancy so that docker can log in to the Oracle Cloud Infrastructure Registry. If there is no space for a new Auth Token, the setup will ask you to remove an auth token then hit enter when you are ready.
156156

157157
![](psong_images/navigate_user_ocid.png)
158158

0 commit comments

Comments
 (0)