Skip to content

Commit

Permalink
WMS ID 7501: Quick fix to solve PAR file expiration (#500)
Browse files Browse the repository at this point in the history
Quick fix to solve PAR file expiration
  • Loading branch information
dario-vega authored Apr 8, 2024
1 parent 2c98efb commit 2ba3fff
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@ Please make note of the **Region** you are assigned. If you are assigned Phoenix
<copy>
cd $HOME
rm -rf serverless-with-nosql-database BaggageData serverless-with-nosql-database.zip demo-lab-nosql-main
curl https://c4u04.objectstorage.us-ashburn-1.oci.customer-oci.com/p/EcTjWk2IuZPZeNnD_fYMcgUhdNDIDA6rt9gaFj_WZMiL7VvxPBNMY60837hu5hga/n/c4u04/b/livelabsfiles/o/data-management-library-files/demo-lab-nosql-main.zip -o serverless-with-nosql-database.zip
curl https://c4u04.objectstorage.us-ashburn-1.oci.customer-oci.com/p/EcTjWk2IuZPZeNnD_fYMcgUhdNDIDA6rt9gaFj_WZMiL7VvxPBNMY60837hu5hga/n/c4u04/b/livelabsfiles/o/data-management-library-files/demo-lab-nosql.zip -o serverless-with-nosql-database.zip
unzip serverless-with-nosql-database.zip
mv demo-lab-nosql-main serverless-with-nosql-database
mv demo-lab-nosql serverless-with-nosql-database
cp ~/NoSQLLabPrivateKey.pem ~/serverless-with-nosql-database/express-nosql
cp ~/serverless-with-nosql-database/env-livelab.sh ~/serverless-with-nosql-database/env.sh
cd serverless-with-nosql-database
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ This lab assumes you have:
1. Log into the Oracle Cloud Console using your tenancy. Please make note of what region you are at.

![Oracle Cloud Console](https://oracle-livelabs.github.io/common/images/console/home-page.png)

2. On left side drop down (left of Oracle Cloud banner), go to **Identity & Security** and then **Compartments.**

![Identity & Security](https://oracle-livelabs.github.io/common/images/console/id-compartment.png)
Expand Down Expand Up @@ -81,9 +81,9 @@ In this task we will copy over a data bundle stored on object storage and place
<copy>
cd $HOME
rm -rf serverless-with-nosql-database BaggageData serverless-with-nosql-database.zip demo-lab-nosql-main
curl https://c4u04.objectstorage.us-ashburn-1.oci.customer-oci.com/p/EcTjWk2IuZPZeNnD_fYMcgUhdNDIDA6rt9gaFj_WZMiL7VvxPBNMY60837hu5hga/n/c4u04/b/livelabsfiles/o/data-management-library-files/demo-lab-nosql-main.zip -o serverless-with-nosql-database.zip
curl https://c4u04.objectstorage.us-ashburn-1.oci.customer-oci.com/p/EcTjWk2IuZPZeNnD_fYMcgUhdNDIDA6rt9gaFj_WZMiL7VvxPBNMY60837hu5hga/n/c4u04/b/livelabsfiles/o/data-management-library-files/demo-lab-nosql.zip -o serverless-with-nosql-database.zip
unzip serverless-with-nosql-database.zip
mv demo-lab-nosql-main serverless-with-nosql-database
mv demo-lab-nosql serverless-with-nosql-database
cp ~/NoSQLLabPrivateKey.pem ~/serverless-with-nosql-database/express-nosql
cp ~/info.json ~/serverless-with-nosql-database/express-nosql
cp ~/serverless-with-nosql-database/env-freetier.sh ~/serverless-with-nosql-database/env.sh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ In this task we will copy over a data bundle stored on object storage and place
<copy>
cd $HOME
rm -rf serverless-with-nosql-database BaggageData serverless-with-nosql-database.zip demo-lab-nosql-main
curl https://c4u04.objectstorage.us-ashburn-1.oci.customer-oci.com/p/EcTjWk2IuZPZeNnD_fYMcgUhdNDIDA6rt9gaFj_WZMiL7VvxPBNMY60837hu5hga/n/c4u04/b/livelabsfiles/o/data-management-library-files/demo-lab-nosql-main.zip -o serverless-with-nosql-database.zip
curl https://c4u04.objectstorage.us-ashburn-1.oci.customer-oci.com/p/EcTjWk2IuZPZeNnD_fYMcgUhdNDIDA6rt9gaFj_WZMiL7VvxPBNMY60837hu5hga/n/c4u04/b/livelabsfiles/o/data-management-library-files/demo-lab-nosql.zip -o serverless-with-nosql-database.zip
unzip serverless-with-nosql-database.zip
mv demo-lab-nosql-main serverless-with-nosql-database
mv demo-lab-nosql serverless-with-nosql-database
cp ~/NoSQLLabPrivateKey.pem ~/serverless-with-nosql-database/express-nosql
cp ~/info.json ~/serverless-with-nosql-database/express-nosql
cp ~/serverless-with-nosql-database/env-freetier.sh ~/serverless-with-nosql-database/env.sh
Expand Down

0 comments on commit 2ba3fff

Please sign in to comment.