Skip to content

Commit

Permalink
Merge pull request #4910 from EnterpriseDB/doc/edits_to_jdbc_nongener…
Browse files Browse the repository at this point in the history
…ated_install_topics

small edits to install
  • Loading branch information
nidhibhammar authored Oct 16, 2023
2 parents cc370e9 + 7a78308 commit 81ee746
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ legacyRedirectsGenerated:

edb-jdbc18.jar supports JDBC version 4.2.

To make the JDBC driver available to Java, you must either copy the appropriate java `.jar` file for the JDBC version that you are using to your `$java_home/jre/lib/ext` directory or append the location of the `.jar` file to the `CLASSPATH` environment variable.
To make the JDBC driver available to Java, you must either copy the appropriate java `.jar` file for the JDBC version that you're using to your `$java_home/jre/lib/ext` directory or append the location of the `.jar` file to the `CLASSPATH` environment variable.

If you choose to append the location of the `jar` file to the `CLASSPATH` environment variable, you must include the complete pathname:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ sudo <package-manager> upgrade edb-repo
sudo <package-manager> upgrade edb-repo
```

Where `<package-manager>` is the package manager used with your operating system:
Where `<package-manager>` is the package manager used with your operating system.

| Package manager | Operating system |
| --------------- | -------------------------------- |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ legacyRedirectsGenerated:
---


EDB provides a graphical interactive installer for Windows. You can access it two ways:
EDB provides a graphical installer for Windows. You can access it two ways:

- Download the graphical installer from the [Downloads page](https://www.enterprisedb.com/software-downloads-postgres#connectors), and invoke the installer directly. See [Installing directly](#installing-directly).

- Use Stack Builder (with PostgreSQL) or StackBuilder Plus (with EDB Postgres Advanced Server) to download the EDB installer package and invoke the graphical installer. See [Using Stack Builder or StackBuilder Plus](#using-stack-builder-or-stackbuilder-plus).
- Use Stack Builder (with PostgreSQL) or StackBuilder Plus (with EDB Postgres Advanced Server) to download the EDB installer package and invoke the graphical installer. See [Using Stack Builder or StackBuilder Plus](#using-stack-builder-or-stackbuilder-plus).


## Installing directly
Expand All @@ -36,7 +36,7 @@ If you're using EDB Postgres Advanced Server, you can invoke the graphical insta

1. In Stack Builder or StackBuilder Plus, follow the prompts until you get to the module selection page.

On the Welcome page, select the target server installation from the list of available servers. If your network requires you to use a proxy server to access the internet, select **Proxy servers** and specify a server. Select **Next**.
On the Welcome page, from the list of available servers, select the target server installation. If your network requires you to use a proxy server to access the internet, select **Proxy servers** and specify a server. Select **Next**.

1. Expand the **Database Drivers** node and do one of the following:

Expand All @@ -46,7 +46,6 @@ If you're using EDB Postgres Advanced Server, you can invoke the graphical insta

1. Proceed to [Using the graphical installer](#using-the-graphical-installer).


## Using the graphical installer

1. Select the installation language and select **OK**.
Expand Down

1 comment on commit 81ee746

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.