Fixed a type in INSTALL.md

Former-commit-id: 48d72ffe51
pull/2/head
Jens Pelzetter 2020-02-17 21:30:40 +01:00
parent 27c1b351f2
commit 1f603f427e
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ wildfly please refer to the WildFly documentation
1. Start the JBOSS CLI tool: `bin/jboss-cli.sh` or `bin/jboss-cli.bat`. 1. Start the JBOSS CLI tool: `bin/jboss-cli.sh` or `bin/jboss-cli.bat`.
2. Add new datasource: 2. Add new datasource:
``` ```
[standalone@localhost:9990 /] data-source add --name=librecms --driver-name=postgresql --jndi-name=java:/comp/env/jdbc/scientificcms/db --connection-url=jdbc:postgresql://localhost:5432/librecm --user-name=libreccm --password=libreccm [standalone@localhost:9990 /] data-source add --name=librecms --driver-name=postgresql --jndi-name=java:/comp/env/jdbc/libreccm/db --connection-url=jdbc:postgresql://localhost:5432/librecm --user-name=libreccm --password=libreccm
``` ```
Replace the name of the datasource, the connection URL, Replace the name of the datasource, the connection URL,