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
51
51
chmod +x orclMongoMigration.sh
52
52
` ` `
53
53
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:
55
59
56
60
` ` ` bash
57
61
./orclMongoMigration.sh
@@ -62,7 +66,7 @@ Demo Application
62
66
* ** MongoDB Operations:** - Start MongoDB instance - mongosh to ORDS or MongoDB
63
67
* ** Application & Migration:** - Run registration demo app - Add demo data - Migrate data from MongoDB to Oracle
64
68
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).
66
70
67
71
# # Available Commandline Arguments
68
72
You can’t perform that action at this time.
0 commit comments