You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/developer-intermediate/inventory-prebuilt-solution/index.md
+14-11Lines changed: 14 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@ In some cases with self pace hands on labs you may not get everything working. C
14
14
15
15
- Create a new project from the [Inventory Management Service solution template](https://github.com/ibm-ecosystem-lab/inventory-management-svc-intermediate/generate)
16
16
named `inv-man-svc-sol-{initials}`
17
+
- replacing `{initials}` with your actual initials
17
18
18
19
- Clone the repository to your local machine
19
20
@@ -29,29 +30,28 @@ named `inv-man-svc-sol-{initials}`
29
30
oc pipeline <git repo url> --tekton
30
31
```
31
32
32
-
replacing `{your initials}` with your actual initials
33
-
34
33
- Execution of the above command. Give git credentials if prompted, and master as the git branch to use. When prompted for the pipeline, select `ibm-java-gradle`.
35
34
36
35
- Open the [pipeline to see it running](/developer-intermediate/deploy-app/#6-view-your-application-pipeline)
37
36
38
37
### Inventory BFF
39
38
40
39
- Create a new project from the [Inventory Management BFF solution template](https://github.com/ibm-ecosystem-lab/inventory-bff-prebuild/generate)
41
-
named `inventory-management-bff-solution`
40
+
named `inventory-management-bff-solution-{initials}`
41
+
- replacing `{initials}` with your actual initials
42
42
43
-
- Clone the repository to your local machine
43
+
- Go into the repository directory cloned and execute the following, if you have not executed it previously:
44
44
45
-
- Go into the repository directory cloned and execute `oc sync ` command. if you are not executed previously.
45
+
```
46
+
oc sync dev-{your initials}
47
+
```
46
48
47
49
- Register the pipeline [register the pipeline](/developer-intermediate/deploy-app#5.-register-the-application-in-a-devops-pipeline)
48
50
49
51
```
50
52
oc pipeline --tekton
51
53
```
52
54
53
-
replacing `{your initials}` with your actual initials
54
-
55
55
- Execution of the above command. Give git credentials if prompted, and master as the git branch to use. When prompted for the pipeline, select `igc-nodejs-v1-2-0`.
56
56
57
57
- Open the [pipeline to see it running](/developer-intermediate/deploy-app/#6-view-your-application-pipeline)
@@ -78,19 +78,22 @@ service of the microservice: `connectsTo: inventory-svc-ar`
78
78
### Inventory UI
79
79
80
80
- Create a new project from the [Inventory Management UI solution template](https://github.com/ibm-ecosystem-lab/inventory-ui-prebuild/generate)
81
-
named `inventory-management-ui-solution`
81
+
named `inventory-management-ui-solution-{initials}`
82
+
- replacing `{initials}` with your actual initials
82
83
83
84
- Clone the repository to your local machine
84
85
85
-
- Go into the repository directory cloned and execute `oc sync ` command. if you are not executed previously.
86
+
- Go into the repository directory cloned and execute the following, if you have not executed it previously:
87
+
88
+
```
89
+
oc sync dev-{your initials}
90
+
```
86
91
87
92
- Register the pipeline [register the pipeline](/developer-intermediate/deploy-app#5.-register-the-application-in-a-devops-pipeline)
88
93
```
89
94
oc pipeline --tekton
90
95
```
91
96
92
-
replacing `{your initials}` with your actual initials
93
-
94
97
- Execution of the above command. Give git credentials if prompted, and master as the git branch to use. When prompted for the pipeline, select `igc-nodejs-v1-2-0`.
95
98
96
99
- Open the [pipeline to see it running](/developer-intermediate/deploy-app/#6-view-your-application-pipeline).
0 commit comments