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
## Add a Cloudant integration to your backend service
8
8
@@ -638,42 +638,32 @@ existing `env` block
638
638
- name: DATABASE_NAME
639
639
value: {{ .Values.databaseName | quote }}
640
640
```
641
-
### Running the application locally
641
+
### Running the application
642
642
643
643
- Start the application.
644
644
```bash
645
645
./gradlew build
646
646
./gradlew bootrun
647
647
```
648
648
649
-
=== "Cloud Shell"
650
-
- To view the running app click on the **Eye Icon** on the top right and selectthe port `9080` this will open a browser tab and display the running app on that port.
651
-
652
-

653
649
=== "Gitpod"
654
-
- Once you run the application,gitpod gives the option to make the port "Public".Once you make the port Public, it gives you the option to "Open Preview" or "Open Browser".
650
+
- Gitpod should prompt you to make your app public, make it so
- Go to the **Remote explorer** tab at the left of the Gitpod editor, you should see the port where your application is running. Click on the **open browser** button
Copy file name to clipboardExpand all lines: docs/developer-advanced-1/database-with-mongodb/index.md
+2-26Lines changed: 2 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -367,35 +367,11 @@ If you are starting from the solution, use the following steps to enable the Clo
367
367
!!! tip
368
368
If you are using MongoDB on **OpenShift**, you can use the `oc port-forward` command to access your database instance through `localhost`
369
369
370
-
371
-
=== "Cloud Shell"
372
-
- To view the running app click on the **Eye Icon** on the top right and select the port `9080` this will open a browser tab and display the running app on that port.
- Once you run the application,gitpod gives the option to make the port "Public".Once you make the port Public, it gives you the option to "Open Preview" or "Open Browser".
Copy file name to clipboardExpand all lines: docs/developer-intermediate/inventory-prebuilt-solution/index.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,51 +14,51 @@ 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
+
- Replacing`{initials}` with your actual initials
18
18
19
19
- Clone the repository to your local machine
20
20
21
-
- Go into the repository directory cloned and execute the following
21
+
- Go into the cloned repository directory and execute the following command :
22
22
23
23
```
24
24
oc sync dev-{your initials}
25
25
```
26
26
27
-
- Register the pipeline [register the pipeline](/developer-intermediate/deploy-app#5.-register-the-application-in-a-devops-pipeline)
27
+
- Register the pipeline : [register the pipeline](/developer-intermediate/deploy-app#5.-register-the-application-in-a-devops-pipeline)
28
28
29
29
```
30
30
oc pipeline <git repo url> --tekton
31
31
```
32
32
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`.
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`.
34
34
35
35
- Open the [pipeline to see it running](/developer-intermediate/deploy-app/#6-view-your-application-pipeline)
36
36
37
37
### Inventory BFF
38
38
39
39
- Create a new project from the [Inventory Management BFF solution template](https://github.com/ibm-ecosystem-lab/inventory-bff-prebuild/generate)
40
40
named `inventory-management-bff-solution-{initials}`
41
-
- replacing `{initials}` with your actual initials
41
+
- Replacing `{initials}` with your actual initials
42
42
43
-
- Go into the repository directory cloned and execute the following, if you have not executed it previously:
43
+
- Go into the cloned repository directory and execute the following, if you have not executed it previously:
44
44
45
45
```
46
46
oc sync dev-{your initials}
47
47
```
48
48
49
-
- Register the pipeline [register the pipeline](/developer-intermediate/deploy-app#5.-register-the-application-in-a-devops-pipeline)
49
+
- Register the pipeline : [register the pipeline](/developer-intermediate/deploy-app#5.-register-the-application-in-a-devops-pipeline)
50
50
51
51
```
52
52
oc pipeline --tekton
53
53
```
54
54
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`.
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)
58
58
59
59
- Get the backend service name this value by executing the command `oc get svc -n dev-{initials}.
@@ -79,26 +79,26 @@ service of the microservice: `connectsTo: inventory-svc-ar`
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
81
named `inventory-management-ui-solution-{initials}`
82
-
- replacing `{initials}` with your actual initials
82
+
- Replacing `{initials}` with your actual initials
83
83
84
84
- Clone the repository to your local machine
85
85
86
-
- Go into the repository directory cloned and execute the following, if you have not executed it previously:
86
+
- Go into the cloned repository directory and execute the following, if you have not executed it previously:
87
87
88
88
```
89
89
oc sync dev-{your initials}
90
90
```
91
91
92
-
- Register the pipeline [register the pipeline](/developer-intermediate/deploy-app#5.-register-the-application-in-a-devops-pipeline)
92
+
- Register the pipeline : [register the pipeline](/developer-intermediate/deploy-app#5.-register-the-application-in-a-devops-pipeline)
93
93
```
94
94
oc pipeline --tekton
95
95
```
96
96
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`.
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`.
98
98
99
99
- Open the [pipeline to see it running](/developer-intermediate/deploy-app/#6-view-your-application-pipeline).
100
100
101
-
- Get the bff service name this value by executing the command `oc get svc -n dev-{initials}.
101
+
- Get the bff service name this value by executing the command `oc get svc -n dev-{initials}`.
0 commit comments