Mercurial > dive4elements > river
comparison flys-backend/README @ 5128:a020100ee6a1
SCHEME CHANGE: Merge branch dami into default.
A summary on the scheme changes:
HWS and Lines tables are dropped and will be replaced by HWS_Lines and
HWS_Points.
The catchment table removed and will be replaced
by a WMS Service.
Hydr_boundaries has an added reference to boundary_kind sectie_kind
and sobek_kind objects.
Dem has a new column srid.
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Thu, 28 Feb 2013 11:48:17 +0100 |
parents | 790353fadf30 |
children | 95af0f3aabfb |
comparison
equal
deleted
inserted
replaced
5126:e37b25628dd4 | 5128:a020100ee6a1 |
---|---|
7 | 7 |
8 # su - postgres | 8 # su - postgres |
9 $ createuser --no-createrole --no-superuser --pwprompt --no-createdb flys | 9 $ createuser --no-createrole --no-superuser --pwprompt --no-createdb flys |
10 $ createdb --encoding=UTF-8 --owner flys flystest1 | 10 $ createdb --encoding=UTF-8 --owner flys flystest1 |
11 | 11 |
12 | |
13 Build an importer package: | |
14 mvn -f pom.xml clean compile assembly:single | |
15 Alternatively with oracle: | |
16 mvn -f pom-oracle.xml clean compile assembly:single | |
17 | |
12 Standalone DateGuesser testing example: | 18 Standalone DateGuesser testing example: |
13 | 19 |
14 mvn -e -Dexec.mainClass=de.intevation.flys.utils.DateGuesser -Dexec.args="110803" exec:java <<EOF | 20 mvn -e -Dexec.mainClass=de.intevation.flys.utils.DateGuesser -Dexec.args="110803" exec:java <<EOF |
15 110803 | 21 110803 |
16 EOF | 22 EOF |