File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,11 @@ Demo Application
5151 chmod +x orclMongoMigration.sh
5252 ` ` `
5353
54- 3. Run the script without arguments to display a user-friendly menu with the following sections:
54+ 3. Set the global variables within the script file.
55+
56+ > NOTE: See [the step by step guide](step-by-step-guide.md) for details on setting global variables.
57+
58+ 4. Run the script without arguments to display a user-friendly menu with the following sections:
5559
5660 ` ` ` bash
5761 ./orclMongoMigration.sh
@@ -62,7 +66,7 @@ Demo Application
6266 * ** MongoDB Operations:** - Start MongoDB instance - mongosh to ORDS or MongoDB
6367 * ** Application & Migration:** - Run registration demo app - Add demo data - Migrate data from MongoDB to Oracle
6468
65- 4 . For additional details , please visit the [step-by-step guide](step-by-step-guide.md).
69+ 5 . For a comprehensive walkthru , please visit the [step-by-step guide](step-by-step-guide.md).
6670
6771# # Available Commandline Arguments
6872
You can’t perform that action at this time.
0 commit comments