Commit Graph

44 Commits

Author SHA1 Message Date
mjanez d7ebbf833c
Update CKAN configuration to includes vars to the metadata templates toolbar 2024-06-13 17:39:00 +02:00
mjanez 8ec02e948d
Update ckanext-dcat and ckanext-schemingdcat
- Update mjanez/ckanext-dcat to v1.8.0-alpha
- Update mjanez/ckanext-schemingdcat to v3.2.0
- Update CKAN configuration with new facet list for dataset scope
2024-06-07 21:31:52 +02:00
mjanez 4ba6c4a506
Update CKAN configuration with default package item icon and show spatial option 2024-05-28 13:05:01 +02:00
mjanez c678a294ec
Fix dev mode
- Add CKAN_DEV_COMPOSE_SERVICE to avoid errors when using apache proxy for ckan location.
- Update Dockerfiles (apache & nginx)
2024-04-30 11:08:35 +00:00
mnjnz 6642a75ae9
Update docker-compose files and remove unnecessary container names
- Add volumes for installed files for faster startup
- Improve README
- Remove recline and add datatables_view
2024-04-27 17:56:25 +02:00
mjanez fa501274f0
Add CORS envvars
To enable CORS, use the new ckan.cors configuration settings (ckan.cors.origin_allow_all and ckan.cors.origin_whitelist).CKAN__CORS__ORIGIN_ALLOW_ALL=True: Access-Control-Allow-Origin set to the wildcard value * and using CKAN__CORS__ORIGIN_WHITELIST, to add domains, e.g. "http://www.myremotedomain1.com http://myremotedomain1.com"
2024-04-15 08:39:55 +00:00
mjanez e1d9574689 chore: Add option to ckan.search.solr_allowed_query_parsers config for spatial search 2024-04-15 08:44:58 +02:00
mjanez 2967efa0e0
CKAN__SEARCH__SOLR_ALLOWED_QUERY_PARSERS added.
- Required option to ckan.search.solr_allowed_query_parsers config for spatial search, see: https://github.com/ckan/ckanext-spatial/issues/328
- Update solr backend to solr-spatial-field
2024-04-12 13:16:53 +00:00
mjanez f08177a55e Fix scheming_dcat to schemingdcat 2024-03-21 14:48:50 +01:00
mnjnz f39aafefef
Merge branch 'master' of https://github.com/ckan/ckan-docker into ckan-master 2024-03-20 14:00:50 +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 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 bbdaec76a1
Update default basemap and pycsw conf 2023-10-16 18:07:11 +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
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
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 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 145b53ffaf Fix 05_setup_pages.sh
Add all options about menus
2023-08-14 03:04:18 +02:00
mjanez 09f56ebce6 Add entrypoint for ckanext-pages 2023-08-14 02:58:31 +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 49abac6ae7 Merge branch 'master' of https://github.com/ckan/ckan-docker into ckan-master 2023-08-09 14:05:35 +02:00
mjanez 0dbcbe055a Update Solr 9 2023-08-09 12:02:53 +02:00
mjanez 30b699f4d7 Remove ckanext-sparql_interface
Unnecesary.
2023-08-09 11:04:07 +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
Brett 5564c85d5e Update to Solr 9 2023-07-31 16:12:55 +01: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 3d3bb36a62
Update & Fix extensions 2023-07-20 11:19:53 +00:00
mjanez 844f50fa46
Update extensions
- Scheming - 1.1.0-geodcatap
- Facet Scheming - 1.0.1
- SPARQL Interface - 2.0.1
2023-07-03 13:55:56 +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
Brett 40ffdcdbb7 More .env and compose updates 2023-06-13 14:24:18 +02:00
mjanez eeeb652ace
Add ckanext-facet_scheming
facet_scheming is designed to provide templates and functions to be used by other extensions over it. It uses the fields defined in a scheming file to provide a set of tools to use those fields for scheming, and a way to include icons in its labels when displaying them.

- Fix 02_setup_scheming to insert ckanext-facet_scheming ennvars and solr rebuild index.
- Update Dockerfile.spatial
- Update .env.example
2023-05-07 13:03:20 +02: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 ae08547fa6
Create a quick deploy docker compose file
- Remove ckan-spatial from default docker compose file
- Create a docker-compose.ghcr.yml to use the ckan-spatial image from container registry
- Update the README to include this information
- Update .env.example to info about CKAN_VERSION ennvar
2023-04-20 10:17:21 +00: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
Brett ad9918efad Update .env and .env.example 2023-04-02 17:34:49 +12:00
mnjnz 4702b86449
Fix .env.example 2023-04-02 01:36:58 +02:00
Brett 687ce0c116 General Maintenance
update SSL certs
update .env values
remove solr build directory
2023-04-01 13:27:13 +13:00
Brett ec9ec421f6 Updates to README, delete old directory 2023-02-08 12:27:55 +01:00