Mercurial > lada > lada-server
view wildfly/commands.cli @ 1326:5a62a68bccf5
Remove creation of unused superuser and create missing directory.
(grafted from e0a959e652c4e0a52e1ef0b0d8eaa60e217e6252)
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Tue, 08 Nov 2016 19:22:48 +0100 |
parents | 4df70458164d |
children |
line wrap: on
line source
batch /subsystem=datasources/jdbc-driver=postgres:add(driver-name="postgres",driver-module-name="org.postgres",driver-class-name=org.postgis.DriverWrapper) data-source add --jndi-name=java:/jboss/lada-land --name=lada-land --connection-url=jdbc:postgresql_postGIS://lada_db:5432/lada?currentSchema=land,public --driver-name=postgres --user-name=lada --password=lada data-source add --jndi-name=java:/jboss/lada-stamm --name=lada-stamm --connection-url=jdbc:postgresql_postGIS://lada_db:5432/lada?currentSchema=stammdaten,public --driver-name=postgres --user-name=lada --password=lada run-batch