diff README @ 3:b1ec257e9d8d

Added dependencies to H2 and restlet. artifacts/trunk@11 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Thu, 03 Sep 2009 16:13:25 +0000
parents 458bffbf57c0
children 88972c6daa4f
line wrap: on
line diff
--- a/README	Thu Sep 03 13:59:35 2009 +0000
+++ b/README	Thu Sep 03 16:13:25 2009 +0000
@@ -0,0 +1,8 @@
+
+Create a new H2 database for usage in the artifact database:
+
+$ java -cp `find ~/.m2/ -name h2\*.jar` org.h2.tools.Shell \
+    -user USER \
+    -password PASSWORD \
+    -url jdbc:h2:PATH_TO_FILE \
+    < artifact-database/doc/schema.sql

http://dive4elements.wald.intevation.org