Commit Graph

11 Commits

Author SHA1 Message Date
mjanez 916d40542e
Update CSW catalog information with envvars
- Add activity plugin
- Add icons and improve ckan_site/description info.
2024-09-19 15:08:32 +02:00
mjanez da0f7b66d5
Add info about ckanext-scheming_dcat 2023-10-18 14:18:10 +02:00
mjanez bbdaec76a1
Update default basemap and pycsw conf 2023-10-16 18:07:11 +02:00
mjanez 94573c4290
Fix ckan-pycsw service 2023-09-22 16:07:57 +00:00
mjanez f86e1be5a5
Fix non-root user execution of ckan-pycsw
- Also add pycsw.conf INSPIRE extended info.
2023-09-22 12:08:24 +00:00
mjanez f578862769
Fix ckan-pycsw entrypoint 2023-09-22 09:02:00 +00:00
mjanez 06017000eb
Update ckan-pycsw
- Add non-root user
- Use multi-stage images (main=stable branch)
2023-09-18 16:00:41 +00:00
mjanez f16a527002
Fix cronjobs by use scheduler
Schedule a recurring task to run at a specific time interval and check if gunicorn is running. Kill any gunicorn process with "gunicorn" or "pycsw.wsgi:application" in its name or command line.
2023-04-22 15:57:09 +02:00
mjanez e244a77296
Update ckan-pycsw Dockerfile and add ckan-pycsw ennvar
PYCSW_CRON_DAYS_INTERVAL
2023-04-21 09:30:56 +02:00
mjanez 8653e29431
Update ckan-pycsw image to latest 2023-04-20 08:21:39 +02:00
mjanez 7a39ea5f41
Add ckan-pycsw & httpd (RDF/CSW) bundle
- Add ckan-pycsw to docker-compose.yml. Docker compose environment based on pycsw for development and testing with CKAN Open Data portals.
- Replaced NGINX with Apache HTTP Server for locations management in the domain, in particular to differentiate between the CSW catalogue (`/csw`) and the Open Data catalogue (`/catalog`).
- Improve the CKAN deployment to adapt locations.
- Other adjustments for stable container deployment.
2023-04-13 12:10:40 +00:00