Skip to content

Commit

Permalink
fix binary release links + jdbc class (#551)
Browse files Browse the repository at this point in the history
  • Loading branch information
havetisyan authored Sep 17, 2018
1 parent dfa696a commit 6d98085
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/setup_ui_prod.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ $ nodemon --version
Download latest Athenz UI release from

```
https://github.com/yahoo/athenz/releases/latest
https://bintray.com/yahoo/maven/athenz-ui/_latestVersion#files
```

```shell
Expand Down
14 changes: 10 additions & 4 deletions docs/setup_zms_prod.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ We recommend to have a strong admin password for better security.
Download latest ZMS binary release from

```
https://github.com/yahoo/athenz/releases/latest
https://bintray.com/yahoo/maven/athenz-zms/_latestVersion#files
```

```shell
Expand Down Expand Up @@ -103,18 +103,24 @@ $ vi zms.properties

Make the following changes:

1. Uncomment the `#athenz.zms.jdbcstore=` line and set it to point to your
1. Configure the ZMS Server to use JDBC object store implementation.
Uncomment the `#athenz.zms.object_store_factory_class=` line and set
it to point to the JDBC Factory class name. It should be set to:

athenz.zms.object_store_factory_class=com.yahoo.athenz.zms.store.impl.JDBCObjectStoreFactory

2. Uncomment the `#athenz.zms.jdbcstore=` line and set it to point to your
MySQL Server instance. For example if your DB Server is running on
a host called db1.athenz.com, then your line would be:

athenz.zms.jdbc_store=jdbc:mysql://db1.athenz.com:3306/zms_server

2. Uncomment the `#athenz.zms.jdbc_user=` line and set it to the user
3. Uncomment the `#athenz.zms.jdbc_user=` line and set it to the user
configured to have full access over zms server database:

athenz.zms.jdbc_user=zms_admin

3. Uncomment the `#athenz.zms.jdbc_password=` line and set it to the
4. Uncomment the `#athenz.zms.jdbc_password=` line and set it to the
configured password the for the jdbc user with full access:

athenz.zms.jdbc_password=rdvXC7wgvm3g
Expand Down
2 changes: 1 addition & 1 deletion docs/setup_zts_prod.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ it should run successfully with OpenJDK 8 as well.
Download latest ZTS binary release from

```
https://github.com/yahoo/athenz/releases/latest
https://bintray.com/yahoo/maven/athenz-zts/_latestVersion#files
```

```shell
Expand Down

0 comments on commit 6d98085

Please sign in to comment.