Skip to content

Commit

Permalink
legacy documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
m-raab committed Feb 9, 2021
1 parent 028c8b8 commit 4381426
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,16 @@ databaseUser = intershop
databasePassword = intershop
```

Unfortunately it is also necessary to set some Oracle configuration properties for the development environment of ICM 7.10 and older. The availability of the properties or the path is checked.

```
databaseHost = DB
databasePort = 1234
databaseTnsAlias = server.world
databaseServiceName = srvname
oracleClientDir = C:/some/path/that/exists
```

## Build the Container

Build the container image with Ubuntu 16.04 and MSSQL Server 2017
Expand Down

0 comments on commit 4381426

Please sign in to comment.