Mercurial > dive4elements > framework
annotate README @ 573:3c7904bdd12a 3.2.x
PostgreSQL JDBC driver is an optional runtime dependency
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Fri, 13 Jan 2023 15:20:26 +0100 |
parents | 48d14cf857db |
children |
rev | line source |
---|---|
3
b1ec257e9d8d
Added dependencies to H2 and restlet.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
0
diff
changeset
|
1 |
b1ec257e9d8d
Added dependencies to H2 and restlet.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
0
diff
changeset
|
2 Create a new H2 database for usage in the artifact database: |
b1ec257e9d8d
Added dependencies to H2 and restlet.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
0
diff
changeset
|
3 |
567
48d14cf857db
Mention existing script in README
Tom Gottfried <tom@intevation.de>
parents:
271
diff
changeset
|
4 $ artifact-database/bin/createArtifacts.sh |
45
9449f296cd54
Fixed inconsistencies in documentation after changes in h2-config
Hans Plum <hans.plum@intevation.de>
parents:
30
diff
changeset
|
5 |
567
48d14cf857db
Mention existing script in README
Tom Gottfried <tom@intevation.de>
parents:
271
diff
changeset
|
6 The new database is created in the directory ./artifactsdb. |