mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-24 00:05:48 +00:00
Fix docs
This commit is contained in:
parent
70a46a139f
commit
3c61ad3ade
1 changed files with 5 additions and 8 deletions
13
readme.md
13
readme.md
|
@ -54,7 +54,6 @@ http://localhost:8080
|
|||
|
||||

|
||||
|
||||
|
||||
## For OpenShift:
|
||||
|
||||
### Dev Console
|
||||
|
@ -67,7 +66,7 @@ Then move to Developer perspective:
|
|||
|
||||

|
||||
|
||||
And create a new MySQL instance by clicking the `+Add` button and choose `Database` type:
|
||||
And create a new MySQL instance by clicking the `+Add` button and choose the `Database` option:
|
||||
|
||||

|
||||
|
||||
|
@ -85,13 +84,13 @@ Push the `Create` button.
|
|||
|
||||
Let's deploy the Pet Clinic app.
|
||||
|
||||
And create a new MySQL instance by clicking the `+Add` button and choose `From Git` type:
|
||||
Click the `+Add` button and choose `From Git` type:
|
||||
|
||||
Fill the Git repo with the following value `https://github.com/burrsutter/spring-petclinic` and select the project as Java project:
|
||||
|
||||

|
||||
|
||||
Push the link to `Build Configuration`:
|
||||
Push the `Build Configuration` link:
|
||||
|
||||

|
||||
|
||||
|
@ -100,11 +99,9 @@ Add the following environment variables for the application Pod:
|
|||

|
||||
|
||||
Finally push the `Create` button and wait until the Build is done and the Pod is up and running (dark blue around the deployment bubble).
|
||||
Then push the Open URL button to view the Pet Clinic app:
|
||||
|
||||

|
||||

|
||||
|
||||
Push the Open URL button to view the Pet Clinic app:
|
||||
|
||||

|
||||
|
||||
### Odo
|
Loading…
Reference in a new issue