Commit Graph

27 Commits

Author SHA1 Message Date
mjanez 97dfed6bbc
Update CKAN deployment to CKAN 2.10
- Improve start_ckan setup scripts (DEV/PRO) to debian-based images.
- Improve ennvars files.
- Improve Solr schema to add language.
2024-09-16 12:36:53 +02:00
mjanez bd13584ab1
Merge branch 'master' of https://github.com/ckan/ckan-docker into ckan-master
- Update README
3c9c3dd
- Update README
020b1b8
- envvars last plugin in .env.example
38d1a11
- remove broken, confusing CKAN_PORT setting
18fbe44
- Merge pull request #159 from ckan/envvars-last
a800f63
- Merge pull request #160 from ckan/no-ckan-port
2024-08-27 11:56:42 +02:00
mjanez 08f2424be2
Update ckan-2.9.11
- Optimize docker-entrypoints.
- Optimize .env files.
- Update ckanext-dcat to v1.8.0
2024-08-26 17:16:08 +02:00
mjanez 8eb06e9fb5
Update samples
Fix scheming_dcat issues
2024-04-24 11:31:12 +00:00
mjanez f08177a55e Fix scheming_dcat to schemingdcat 2024-03-21 14:48:50 +01:00
mjanez fb158d7ce3 Setting up the harvesters (ckan container)
Use supervisor to allow fetch and gather consumers in the background:
https://github.com/ckan/ckanext-harvest#setting-up-the-harvesters-on-a-production-server
2024-02-21 09:16:47 +01:00
mjanez 6a2b5543de Rename image to ckan-docker 2023-10-02 11:22:13 +02:00
mjanez e5447ef32b Add CKANEXT__DCAT__DEFAULT_CATALOG_ENDPOINT ennvar
Allow to set the default catalog endpoint of the portal.
2023-09-25 10:00:39 +02:00
mjanez eea2a8b4aa
Fix map attribution 2023-09-22 10:37:54 +00:00
mjanez c302fdc79e
Update attribution for .env /samples/* 2023-09-22 09:38:10 +00:00
mjanez 58423f1a49
Update default .env.example with not ES info 2023-09-22 09:28:56 +00:00
mjanez f58ce7cc7c
Update .envs catalog/csw base uris for scheming_dcat 2023-09-22 09:02:40 +00:00
mjanez b2994504ce Update base profile to euro_dcat_ap_2
- Update map attribution to SCNE (Spain).
2023-09-21 12:49:54 +02:00
mjanez 8392b0a72f Add geometadata_base_uri ennvar
- Update 02_setup_scheming.sh
- Update .env files
2023-09-02 11:06:40 +02:00
mjanez 77719fd2eb Fix default .env.example
- Add custom folder for localized .env.examples and add ES example with geodcat_es schema.
2023-08-28 08:50:29 +02:00
mjanez 6b9c5089e8 Default http port (81)
WIP: https://github.com/mjanez/ckan-docker/issues/67
2023-08-10 04:26:50 +02:00
mjanez cf18c31492 Fix env files 2023-08-09 14:50:36 +02:00
mjanez 554e2dfbcf Update plugins
- Use ckan/ckanext-scheming vanilla (3.0.0) instead of custom ckanext-scheming
- Update all custom templates, tools and schemas to mjanez/ckanext-scheming_dcat
2023-08-09 10:51:04 +02:00
mjanez eba3896b44 Fix nginx multiple locations
- Replace httpd with nginx default docker-compose file
- Update nginx config
- Update httpd config
- Fix Dockerfiles
2023-07-26 10:25:03 +02:00
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