Skip to content

Commit a2bb252

Browse files
authored
Fixed typo in inv app solution (#254)
* Fixed typo in inv app solution * Updated inv app solution instructions Signed-off-by: Noé Samaille <[email protected]>
1 parent 42dc297 commit a2bb252

File tree

1 file changed

+14
-11
lines changed
  • docs/developer-intermediate/inventory-prebuilt-solution

1 file changed

+14
-11
lines changed

docs/developer-intermediate/inventory-prebuilt-solution/index.md

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ In some cases with self pace hands on labs you may not get everything working. C
1414

1515
- Create a new project from the [Inventory Management Service solution template](https://github.com/ibm-ecosystem-lab/inventory-management-svc-intermediate/generate)
1616
named `inv-man-svc-sol-{initials}`
17+
- replacing `{initials}` with your actual initials
1718

1819
- Clone the repository to your local machine
1920

@@ -29,29 +30,28 @@ named `inv-man-svc-sol-{initials}`
2930
oc pipeline <git repo url> --tekton
3031
```
3132
32-
replacing `{your initials}` with your actual initials
33-
3433
- 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`.
3534
3635
- Open the [pipeline to see it running](/developer-intermediate/deploy-app/#6-view-your-application-pipeline)
3736
3837
### Inventory BFF
3938
4039
- 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
4242
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:
4444
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+
```
4648
4749
- Register the pipeline [register the pipeline](/developer-intermediate/deploy-app#5.-register-the-application-in-a-devops-pipeline)
4850
4951
```
5052
oc pipeline --tekton
5153
```
5254
53-
replacing `{your initials}` with your actual initials
54-
5555
- 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`.
5656
5757
- 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`
7878
### Inventory UI
7979
8080
- 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
8283
8384
- Clone the repository to your local machine
8485
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+
```
8691
8792
- Register the pipeline [register the pipeline](/developer-intermediate/deploy-app#5.-register-the-application-in-a-devops-pipeline)
8893
```
8994
oc pipeline --tekton
9095
```
9196
92-
replacing `{your initials}` with your actual initials
93-
9497
- 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`.
9598
9699
- Open the [pipeline to see it running](/developer-intermediate/deploy-app/#6-view-your-application-pipeline).

0 commit comments

Comments
 (0)