view README @ 227:4bb6bfaca393

The output nodes written into the DESCRIBE document by ProtocolUtils have nodes for each facet supported by an output. artifacts/trunk@1627 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Wed, 30 Mar 2011 15:19:08 +0000
parents 9449f296cd54
children aa9f2f5ff032
line wrap: on
line source

Create a new H2 database for usage in the artifact database:

$ java -cp `find ~/.m2/ -name h2\*.jar` org.h2.tools.RunScript \
    -user USER \
    -password PASSWORD \
    -url jdbc:h2:artifact-database/doc/example-conf/artifacts.db \
    -script artifact-database/doc/schema-h2.sql

http://dive4elements.wald.intevation.org