Skip to content

Commit

Permalink
updated autotest
Browse files Browse the repository at this point in the history
  • Loading branch information
jankovicgd committed Dec 25, 2022
1 parent 9e811a5 commit 8be2e06
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 54 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@
.devcontainer/

instances/
.minio.sys/
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ services:
POSTGRES_USER: "user"
POSTGRES_PASSWORD: "pw"
POSTGRES_DB: "dbms"

autotest:
image: eoxserver
env_file:
Expand Down
2 changes: 0 additions & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,5 @@ if [ ! -z "${STARTUP_SCRIPTS}" ] ; then
done
fi

cd "${INSTANCE_DIR}"

# run the initial command
exec "$@"
35 changes: 0 additions & 35 deletions schemas/HOWTO

This file was deleted.

17 changes: 17 additions & 0 deletions schemas/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# XML schemas used by EOxServer

This repository hosts a copy of the OGC schemas available from
[http://schemas.opengis.net] as well as an excerpt of the W3 schemas from [http://www.w3.org].

Additionally there are proposed changes as well as extensions to those XML schemas available.

These extensions include work in progress that are currently discussed in
the relevant working groups of the OGC mainly the WCS.SWG and might change
without notice. There is no guarantee whatsoever that these proposals will
get officially adopted by OGC.

For validation in Eclipse comment attribute definition in
"schemas/SCHEMAS_OPENGIS_NET/gml/3.1.1/smil/xml-mod.xsd".

More information about EOxServer is available at
`http://eoxserver.org <http://eoxserver.org>`_.
17 changes: 0 additions & 17 deletions schemas/README.rst

This file was deleted.

0 comments on commit 8be2e06

Please sign in to comment.