Skip to content

Commit

Permalink
WMS ID 11512: Updated the link to the ORDS image (oracle-livelabs#573)
Browse files Browse the repository at this point in the history
* New folder for a new LiveLab

Created a new folder with placeholder text for a new LiveLab

* Added instructions to integrate MicroTx lib files

* Instructions

Updated image, instructions to run the sample app, integrate TMM files with sample app, and update the YAML file.

* Updated tags and tasks

Restructured the content.

* Changes to manifest file

* Purchase and sale of stocks

* replaced XA sample app with Banking and Trading app

* updated intro

* uncomment lines without going through details

* incorporated feedback

* Updated images for ATP instances

* Self QA

Fixed issues that were identified during self QA.

* updated links to tasks within page

* Self QA checks

* More self QA changes

* added lab 2

* MTRM-1123

Incorporated feedback received from the QA team.

* Incorporated feedback

Incorporated feedback received from the LiveLabs team

* Update screenshots for Lab 4

Added screenshots for Lab 4: ATP-S instance from the latest OCI console

* Chunked data and incorporated feedback

Broke down the long lab of running the app into two smaller labs and incorporated feedback received from Anoosha.

* Minor change in Lab number

* minor updates to the prerequisites

* Update link to common image

* Optional task to enable txn history

* resized images

resized images and minor text updates

* Updated link to the ZIP file

* Updated a link

* Updated a link

* Updates for changes to the image

Bharath has made changes to the image. I have updated the text accordingly.

* changes for updated image

* Changes to the stock broker app

* Comments incorporated to Lab 1

* Incorporated review comments and updated images

* Changes to the Stock Broker app

* Incorporated feedback rxd from Bharath

* Incorporated Shivanshu's feedback

* Update integrate-microtx-lib-files.md

* Update integrate-microtx-lib-files.md

* Specify shape to select

A specific shape has to be selected.

* minor change

* LiveLabs content for ORDS apps

First draft of LiveLabs content for ORDS apps

* Draft 2

Ready for review

* QA review comments incorporated

Self QA completed
QA review comments incorporated

* Update ords-provision.md

Updated instructions to change the password.

* Update ords-provision.md

* Update prepare-setup.md

* Minor updates

Reorganized some text

* bullets

* minor change to desktop guide's ToC

* Database actions image updated

* Update prepare-setup.md

* Change in PAR file name

* Updated link to download the latest ORDS image

Updated link to download the latest ORDS image
+ change in the links

---------

Co-authored-by: ZackaryRice <[email protected]>
Co-authored-by: Brijesh Deo <[email protected]>
  • Loading branch information
3 people authored Jul 15, 2024
1 parent 22a46c6 commit dc4eb56
Show file tree
Hide file tree
Showing 14 changed files with 49 additions and 271 deletions.
61 changes: 0 additions & 61 deletions heatwave-aws/workshops/freetier/index.html

This file was deleted.

4 changes: 2 additions & 2 deletions microtx-ords-data-consistency/introduction/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ Let's begin! If you need to create an Oracle Cloud account, click **Get Started*

## Learn More

* [Oracle® Transaction Manager for Microservices Developer Guide](http://docs.oracle.com/en/database/oracle/transaction-manager-for-microservices/23.4.1/tmmdg/index.html)
* [Oracle® Transaction Manager for Microservices Quick Start Guide](http://docs.oracle.com/en/database/oracle/transaction-manager-for-microservices/23.4.1/tmmqs/index.html)
* [Oracle® Transaction Manager for Microservices Developer Guide](https://docs.oracle.com/pls/topic/lookup?ctx=microtx-latest&id=TMMDG)
* [Oracle® Transaction Manager for Microservices Quick Start Guide](https://docs.oracle.com/pls/topic/lookup?ctx=microtx-latest&id=TMMQS)

## Acknowledgements

Expand Down
4 changes: 2 additions & 2 deletions microtx-ords-data-consistency/prepare-setup/prepare-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This lab assumes you have:
## Task 1: Download Oracle Resource Manager (ORM) stack ZIP file
1. Click the following link to download the Resource Manager ZIP file that you need to build your environment.

- [ll-orm-microtx-xa-3.0-ords-freetier.zip](https://c4u04.objectstorage.us-ashburn-1.oci.customer-oci.com/p/EcTjWk2IuZPZeNnD_fYMcgUhdNDIDA6rt9gaFj_WZMiL7VvxPBNMY60837hu5hga/n/c4u04/b/livelabsfiles/o/data-management-library-files/ll-orm-microtx-xa-3.0-ords-freetier.zip)
- [ll-orm-microtx-xa-4.0-ords-freetier.zip](https://c4u04.objectstorage.us-ashburn-1.oci.customer-oci.com/p/EcTjWk2IuZPZeNnD_fYMcgUhdNDIDA6rt9gaFj_WZMiL7VvxPBNMY60837hu5hga/n/c4u04/b/livelabsfiles/o/data-management-library-files/ll-orm-microtx-xa-4.0-ords-freetier.zip)

2. Save the ZIP file in your downloads folder.

Expand Down Expand Up @@ -71,4 +71,4 @@ You may now **proceed to the next lab**.
## Acknowledgements
* **Author** - Rene Fontcha, LiveLabs Platform Lead, NA Technology
* **Contributors** - Meghana Banka, Brijesh Deo
* **Last Updated By/Date** - Sylaja Kannan, July 2023
* **Last Updated By/Date** - Sylaja Kannan, July 2024
29 changes: 27 additions & 2 deletions microtx-ords-data-consistency/transfer-funds/transfer-funds.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,31 @@ Run the following commands to deploy Kiali and Jaeger.
</copy>
```
If Kiali is not deployed, run the following commands to pull the Kiali image and deploy it.
1. Retrieve the Kiali image.
```text
<copy>
wget https://raw.githubusercontent.com/istio/istio/release-1.17/samples/addons/kiali.yaml
</copy>
```
2. Specify the image pull policy.
```text
<copy>
sed -i 's/imagePullPolicy: Always/imagePullPolicy: IfNotPresent/g' kiali.yaml
</copy>
```
3. Deploy Kiali.
```text
<copy>
kubectl apply -f kiali.yaml
</copy>
```
2. Deploy Prometheus.
```text
Expand Down Expand Up @@ -325,10 +350,10 @@ You may now **proceed to the next lab.**
## Learn More
* [Develop Applications with XA](http://docs.oracle.com/en/database/oracle/transaction-manager-for-microservices/23.4.1/tmmdg/develop-xa-applications.html#GUID-D9681E76-3F37-4AC0-8914-F27B030A93F5)
* [Develop Applications with XA](https://docs.oracle.com/pls/topic/lookup?ctx=microtx-latest&id=TMMDG-GUID-D9681E76-3F37-4AC0-8914-F27B030A93F5)
## Acknowledgements
* **Author** - Sylaja Kannan, Consulting User Assistance Developer
* **Contributors** - Brijesh Kumar Deo and Bharath MC
* **Last Updated By/Date** - Sylaja Kannan, February 2024
* **Last Updated By/Date** - Sylaja Kannan, July 2024
4 changes: 2 additions & 2 deletions microtx-xa-stock-broker-app/introduction/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ Let's begin! If you need to create an Oracle Cloud account, click **Get Started*

## Learn More

* [Oracle® Transaction Manager for Microservices Developer Guide](http://docs.oracle.com/en/database/oracle/transaction-manager-for-microservices/23.4.1/tmmdg/index.html)
* [Oracle® Transaction Manager for Microservices Quick Start Guide](http://docs.oracle.com/en/database/oracle/transaction-manager-for-microservices/23.4.1/tmmqs/index.html)
* [Oracle® Transaction Manager for Microservices Developer Guide](https://docs.oracle.com/pls/topic/lookup?ctx=microtx-latest&id=TMMDG)
* [Oracle® Transaction Manager for Microservices Quick Start Guide](https://docs.oracle.com/pls/topic/lookup?ctx=microtx-latest&id=TMMQS)

## Acknowledgements

Expand Down
62 changes: 0 additions & 62 deletions oci-cache-with-redis/workshops/desktop/index.html

This file was deleted.

62 changes: 0 additions & 62 deletions oci-cache-with-redis/workshops/sandbox/index.html

This file was deleted.

62 changes: 0 additions & 62 deletions oci-cache-with-redis/workshops/tenancy/index.html

This file was deleted.

Loading

0 comments on commit dc4eb56

Please sign in to comment.