-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#3 working on CSW3 & trying again docker geopython/pycsw
- Loading branch information
Showing
15 changed files
with
91 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
# ================================================================= | ||
# | ||
# Authors: Tom Kralidis <[email protected]> | ||
# Ricardo Garcia Silva <[email protected]> | ||
# | ||
# Copyright (c) 2015 Tom Kralidis | ||
# Copyright (c) 2017 Ricardo Garcia Silva | ||
# | ||
# Permission is hereby granted, free of charge, to any person | ||
# obtaining a copy of this software and associated documentation | ||
|
@@ -28,14 +30,14 @@ | |
# ================================================================= | ||
|
||
[server] | ||
home=/opt/pycsw | ||
url=http://localhost:8000/pycsw/csw.py | ||
home=/home/pycsw | ||
url=http://localhost/pycsw/csw.py | ||
mimetype=application/xml; charset=UTF-8 | ||
encoding=UTF-8 | ||
language=en-US | ||
maxrecords=10 | ||
loglevel=DEBUG | ||
logfile=/opt/pycsw/pycsw.log | ||
logfile= | ||
#ogc_schemas_base=http://foo | ||
#federatedcatalogues=http://catalog.data.gov/csw | ||
#pretty_print=true | ||
|
@@ -76,7 +78,7 @@ contact_role=pointOfContact | |
|
||
[repository] | ||
# sqlite | ||
database=sqlite:////database/cite.db | ||
database=sqlite:////home/pycsw/tests/functionaltests/suites/cite/data/cite.db | ||
# postgres | ||
#database=postgresql://username:password@localhost/pycsw | ||
# mysql | ||
|
@@ -94,4 +96,4 @@ gemet_keywords=Utility and governmental services | |
conformity_service=notEvaluated | ||
contact_name=Organization Name | ||
contact_email[email protected] | ||
temp_extent=YYYY-MM-DD/YYYY-MM-DD | ||
temp_extent=YYYY-MM-DD/YYYY-MM-DD |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters