From 1f603f427e9c76a309ac5709f4ecba038b0903b5 Mon Sep 17 00:00:00 2001 From: Jens Pelzetter Date: Mon, 17 Feb 2020 21:30:40 +0100 Subject: [PATCH] Fixed a type in INSTALL.md Former-commit-id: 48d72ffe51670fc06d1f5446cc9c08318a5db280 --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 5d82b40ea..5fc43d303 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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`. 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,