Skip to content

Commit

Permalink
Merge pull request #164 from chirangaalwis/docker-apim-v2.2.x-readme
Browse files Browse the repository at this point in the history
Fix errors in README.md documentation
  • Loading branch information
DilanUA authored Sep 19, 2018
2 parents fd875de + ba73a58 commit 730dad8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dockerfiles/ubuntu/apim-analytics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ and extract it to `<ANALYTICS_DOCKERFILE_HOME>/files`.
- Download [WSO2 API Manager Analytics v2.2.0](https://wso2.com/api-management/install/analytics/)
distribution and extract it to `<ANALYTICS_DOCKERFILE_HOME>/files`.
- Download [MySQL Connector JAR v5.1.45](https://downloads.mysql.com/archives/c-j)
and copy that to `<AM_DOCKERFILE_HOME>/files`.
and copy that to `<ANALYTICS_DOCKERFILE_HOME>/files`.
- Once all of these are in place, it should look as follows:

```bash
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/ubuntu/apim/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ git clone https://github.com/wso2/docker-apim.git
##### 2. Add JDK, WSO2 API Manager distributions and MySQL connector to `<AM_DOCKERFILE_HOME>/files`.

- Download [JDK v1.8](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html)
and extract it to `<IS_DOCKERFILE_HOME>/files`.
and extract it to `<AM_DOCKERFILE_HOME>/files`.
- Download [WSO2 API Manager v2.2.0](https://wso2.com/api-management/previous-releases/)
distribution and extract it to `<AM_DOCKERFILE_HOME>/files`.
- Download [MySQL Connector JAR v5.1.45](https://downloads.mysql.com/archives/c-j)
Expand Down

0 comments on commit 730dad8

Please sign in to comment.