Commit Graph

8 Commits

Author SHA1 Message Date
mjanez 8f76fc9f3b
Update 2.9 images to CKAN 2.9.9
https://github.com/mjanez/ckan-docker-spatial/pull/13
2023-06-22 09:58:53 +02:00
mjanez 47a26dc021
Update README.md and change default .env to .env.example
This will make it easy to clone the repository, and the custom .env will remain intact.
2023-04-18 20:00:51 +02:00
mjanez 3152fd5b48
Fix CKAN_SITE_URLS in .env
In deployments:
- With Apache HTTP Server, CKAN_SITE_URL always references the http://${APACHE_SERVER_NAME}:${APACHE_PORT_HOST}

- NGINX:
http://myhost:${NGINX_PORT_HOST} or https://myhost:${NGINX_SSLPORT_HOST}
2023-04-14 19:56:42 +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
mjanez 7db161188e
Remove datapusher
- Datapusher out of date with ckanext-xloader
- Fix deprecated views
2023-03-27 17:54:49 +02:00
mjanez e3ab392736
Update ckanext-xloader 2023-03-22 17:03:33 +00:00
mjanez c61176e20c
Remove datapusher 2023-03-22 09:51:35 +00:00
mjanez b7d90a82c4
Update README and samples folder 2023-03-17 12:03:42 +00:00