Skip to content

Commit 233939a

Browse files
committed
OCP-DEMO Update instructions in the README
1 parent a979fc2 commit 233939a

File tree

1 file changed

+16
-17
lines changed

1 file changed

+16
-17
lines changed

openshift/message-board/README.asciidoc

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,22 @@ Data MicroService Demo.
33

44
Made with Hibernate ORM, Hibernate OGM and Infinispan for OpenShift Container Platform.
55

6-
## Pre-Requirement
6+
## Installing the demo
7+
8+
### Pre-Requirement
79

810
* Java 8
911
* Maven 3+
1012
* NPM (https://www.npmjs.com/)
1113
* Angular Cli (npm install -g @angular/cli) [avoid 6.1.x]
1214
* OpenShift (3.7+) client
1315
14-
## Build demo
15-
----
16-
mvn clean install
17-
----
18-
19-
## Deploy Infinispan custom Docker image
16+
### Build demo
2017
----
21-
cd script
22-
sh ./install-custom-infinispan-image.sh
18+
mvn clean install -s settings.xml
2319
----
2420

25-
## Install demo
21+
### Install demo
2622
----
2723
cd script
2824

@@ -32,27 +28,30 @@ cd script
3228
sh ./install-all.sh
3329
----
3430

35-
## Update Account MicroService
31+
## Additional scripts
32+
33+
If you need to update only some parts of the demo
34+
you can use the following scripts:
35+
36+
### Update Account MicroService
3637
----
3738
cd script
3839
sh ./binary-build-account.sh
3940
----
4041

41-
## Update Message MicroService
42+
### Update Message MicroService
4243
----
4344
cd script
4445
sh ./binary-build-message.sh
4546
----
4647

47-
## Update Web App
48+
### Update Web App
4849
----
4950
cd script
5051
sh ./binary-build-web.sh
5152
----
5253

53-
## Test
54-
55-
### Web [FORM]
54+
## Web [FORM]
5655

5756
[YOUR-USER-NAME] is your OCP username like **developer**
5857
[YOUR-PROJECT-NAME] is your OCP project like **message-board**
@@ -97,4 +96,4 @@ For more information see https://github.com/angular/angular-cli/issues/11661[Iss
9796

9897
### MiniShift CDK v3.5.0-1
9998
Actually there is an issue with MiniShift v1.20.0+1bd6d5c, CDK v3.5.0-1.
100-
The persistent volume for Infinispan server pod is mounted as root user.
99+
The persistent volume for Infinispan server pod is mounted as root user.

0 commit comments

Comments
 (0)