Commit Graph

525 Commits

Author SHA1 Message Date
mnjnz f39aafefef
Merge branch 'master' of https://github.com/ckan/ckan-docker into ckan-master 2024-03-20 14:00:50 +01:00
amercader cc095f1323 Bump 2.10 version to 2.10.4 2024-03-13 12:40:01 +01:00
mjanez 5e8bf6a3c1
Update components version 2024-03-13 12:00:45 +01:00
mjanez c1b819b624
Add crond in background 2024-03-12 10:12:54 +00:00
mjanez 4c6e6bd63b
Merge pull request #103 from mjanez/ckan-2.9.9
Add workers (xloader and harvesters)
2024-03-09 00:03:48 +01:00
mjanez 904530e61f
Merge pull request #100 from mjanez/feature/harvester-worker
Background worker setup (CKAN container) | ckanext-harvest & ckanext-xloader
2024-03-08 23:56:52 +01:00
mjanez 68a9ce9ecc Add harvest & xloader worker configuration
- Update Dockerfiles
- Update start_ckan.sh with custom workers
- Update start_ckan_development.sh.override to remove automatic workers
- Add supervisor harvester.conf
- Add supervisor xloader.conf
- Update Scheming DCAT version to 2.1.0
2024-03-08 21:31:08 +01:00
mjanez 0ed33f2af5 Update CKAN user management instructions 2024-03-05 07:41:05 +01:00
mjanez 3b9e94b121 Update ckanext-harvest patch 2024-03-05 07:40:46 +01:00
mjanez c2c1ef6004 Fix supervisord command in start_ckan_development.sh.override 2024-03-05 07:40:34 +01:00
mjanez 96a4c394a7 Fix token revocation in 01_setup_xloader.sh 2024-03-05 07:40:19 +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 7e5e4e8099 Update ckanext-spatial
Add Spatial - v2.1.1 version with pyproj patch.
2024-02-12 12:29:45 +01:00
Brett Jones 89c900fe1c
Merge pull request #112 from ckan/Update-for-CKAN-2.10.3-and-2.9.10
Update for new CKAN images 2.10.3 and 2.9.10
2023-12-18 12:12:47 +11:00
Brett f0c1e97097 Update CKAN Dockerfiles 2023-12-18 12:08:59 +11:00
Brett Jones 5cd6ab310a
Merge pull request #105 from ajs6f/PostgreSQL-initialization-files-ownership
PostgreSQL initialization files ownership
2023-11-28 12:49:38 +01:00
mjanez a18e0c80d9
Merge pull request #97 from mjanez/ckan-2.9.9
Update README
2023-11-23 12:23:56 +01:00
mjanez 445e2f9025
Update README 2023-11-23 12:21:31 +01:00
mjanez 69217a41ae
Merge pull request #96 from mjanez/ckan-2.9.9
Fix bash script to backup ckan db
2023-11-23 11:36:28 +01:00
mjanez 49b9be0c3b
Fix bash script to backup ckan db 2023-11-23 11:33:09 +01:00
A. Soroka d4723599ac
Update Dockerfile
Fixes: https://github.com/ckan/ckan-docker/issues/104

Adds `--chown` flag to `COPY` command in PostgreSQL Dockerfile to ensure that initialization files can be executed by `postgres` user.
2023-11-20 12:10:09 -05:00
Brett Jones b48be9783f
Merge pull request #97 from ckan/datapusher-init
Add init script for configuring datapusher
2023-10-19 10:01:29 +02:00
Brett Jones f42b80d27e
Merge pull request #96 from ckan/init-improvements
Init stage improvements
2023-10-19 10:00:22 +02:00
mjanez 4ca24ae90e
Merge pull request #95 from mjanez/master
Add info about ckanext-scheming_dcat
2023-10-18 14:19:00 +02:00
mjanez da0f7b66d5
Add info about ckanext-scheming_dcat 2023-10-18 14:18:10 +02:00
amercader e439eda620 Add init script for configuring datapusher
As discussed in ckan/ckan-docker#95, depends on this one to be
merged/pushed first:

https://github.com/ckan/ckan-docker-base/pull/32
2023-10-17 13:08:03 +02:00
amercader c5b3981b39 Review extensions installation guidance 2023-10-17 12:47:08 +02:00
amercader 2e46f06280 Apply patches in prod images as well 2023-10-17 12:46:45 +02:00
amercader f653b0324d Remove timezone commands
They have been moved to ckan-docker-base

https://github.com/ckan/ckan-docker-base/pull/30
2023-10-17 12:39:03 +02:00
amercader f9ebc0c41c Add step to copy init files
Always copy the files in /docker-entrypoint.d automatically, otherwise
users need to explicitly add a `COPY` step in the `ckan/Dockerfile`,
which is confusing
2023-10-17 12:21:50 +02:00
mjanez 80218c9e76
Merge pull request #94 from mjanez/ckan-2.9.9
Update default basemap and pycsw conf
2023-10-16 18:11:25 +02:00
mjanez bbdaec76a1
Update default basemap and pycsw conf 2023-10-16 18:07:11 +02:00
mjanez c60559c6ec
Merge pull request #93 from mjanez/ckan-2.9.9
Update extensions README
2023-10-13 19:40:58 +02:00
mjanez d8d59abd91
Update extensions README
- Update ckanext-scheming_dcat
- Add ckanext-fluent stable version (fork)
2023-10-13 18:53:12 +02:00
mjanez ac1b6b7a16
Merge pull request #92 from mjanez/ckan-2.9.9
Add ckanext-fluent
2023-10-11 17:53:15 +02:00
mjanez 7eb35dc370 Add ckanext-fluent
- Add ckanext-fluent to Dockerfile to allow multilang fields in schemas.
- Add config for langs offered in CKAN.
2023-10-11 11:49:22 +02:00
Brett Jones 8cf41a2ee2
Merge pull request #85 from helt/fix-docker-on-windows
Fix docker compose build on windows
2023-10-08 11:15:58 +02:00
Brett Jones 4d1922a4b7
Merge pull request #92 from ckan/allow-https-in-dev-mode
Document how to run the dev server with HTTPS
2023-10-07 16:17:28 +02:00
Brett Jones 21c794b9b4
Merge branch 'master' into allow-https-in-dev-mode 2023-10-07 16:15:49 +02:00
Brett Jones 2753e5ffb1
Merge pull request #91 from ckan/fix-dev-image-tag
Fix image tag in the Dev Dockerfile
2023-10-06 16:11:13 +02:00
Brett Jones 44690796db
Merge pull request #88 from ckan/wardi-patch-1
remove container_name?
2023-10-05 14:39:38 +02:00
Brett ae0a02b107 update README 2023-10-05 14:28:54 +02:00
amercader f8a3696db9 Document how to run the dev server with HTTPS
This requires https://github.com/ckan/ckan-docker-base/pull/29 and the
images to be rebuilt and pushed before merging
2023-10-05 13:59:27 +02:00
amercader 5fc1efce33 Fix image tag in the Dev Dockerfile
As per https://github.com/ckan/ckan-docker-base/pull/28
2023-10-05 13:34:29 +02:00
mjanez e1ae3b5372
Merge pull request #91 from mjanez/ckan-2.9.9
Use ckanext-pages vanilla and add patch
2023-10-02 12:36:40 +02:00
mjanez 17aacaf358 Use ckanext-pages vanilla and add patch
To avoid errors when use ckan.root_path
2023-10-02 12:36:07 +02:00
mjanez 400f544360
Merge pull request #90 from mjanez/ckan-2.9.9
Update ckanext-pages
2023-10-02 12:22:34 +02:00
mjanez 72ee6800a7 Update logo 2023-10-02 12:22:05 +02:00
mjanez 99b437691c Add hadolint no-fail 2023-10-02 12:08:31 +02:00
mjanez 8267633879 Update ckanext-pages
Fixed version: ckanext-pages needs a ckan.root_path in the URL if set in the instance configuration.
2023-10-02 11:54:28 +02:00