Skip to content

Commit 44b4043

Browse files
authored
Small tweaks to the installation readme
1 parent 4671c67 commit 44b4043

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

INSTALL.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
Note: The example commands install Wildfly in your home directory and startup Wildfly in standalone mode. In preparation of
3-
this installation, setup an Oracle database and a dedicated schema and user for use with this application.
3+
this installation, setup an Oracle database and a dedicated schema and user for use with this application. This guide assumes you are working on a unix-ish environment with command line tools like `curl`, `vim` and `unzip` available.
44

55
1. Download Wildfly 8.2.0
66
* You can see a list of available versions for download at this URL -- http://wildfly.org/downloads/
@@ -26,8 +26,8 @@ this installation, setup an Oracle database and a dedicated schema and user for
2626
* Add the following datasource entries within the datasources element. Be sure to change the username, password, and database hostname.
2727
2828
```
29-
<datasource jndi-name="java:/LtiDS" pool-name="lti" enabled="true" use-java-context="true" use-ccm="true">
30-
<connection-url>jdbc:oracle:thin:@//database-host-name.edu:1521/OMED.world</connection-url>
29+
<datasource jndi-name="java:/LtiDS" pool-name="lti" enabled="true" use-java-context="true" use-ccm="true">
30+
<connection-url>jdbc:oracle:thin:@//database-host-name.edu:1521/OMED.world</connection-url>
3131
<driver-class>oracle.jdbc.driver.OracleDriver</driver-class>
3232
<driver>ojdbc7-12.1.0.1.0.jar</driver>
3333
<pool>

0 commit comments

Comments
 (0)