Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
majguo authored Jul 6, 2020
1 parent 7f0f0cc commit 2d57d40
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ The first step to getting the application running is getting the database up. Pl

Now we can get the application up and running. The following steps show two different ways to do so: Docker and maven.

### Start the Application with Docker
## Start the Application with Docker

1. Download [postgresql-42.2.4.jar](https://repo1.maven.org/maven2/org/postgresql/postgresql/42.2.4/postgresql-42.2.4.jar) and put it into directory where you have this repository downloaded on your local machine.
2. Open a console. Navigate to where you have this repository downloaded on your local machine.
Expand Down Expand Up @@ -75,7 +75,7 @@ Now we can get the application up and running. The following steps show two dif

6. Wait for Liberty to start and the application to deploy successfully (to stop the application and Liberty, simply press Control-C).

### Start the Application with Maven
## Start the Application with Maven

You can also get the application up and running using the `mvn` command.

Expand All @@ -102,7 +102,7 @@ You can also get the application up and running using the `mvn` command.

5. Wait for Liberty to start and the application to deploy successfully (to stop the application and Liberty, simply press Control-C).

### Visit the Application
## Visit the Application

1. Once the application starts, you can visit the JSF client at

Expand Down

0 comments on commit 2d57d40

Please sign in to comment.