Commit Graph

30 Commits

Author SHA1 Message Date
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 dc3032d37c
Add CKANEXT__SCHEMINGDCAT_ENDPOINTS_YAML 2024-07-24 12:36:47 +02:00
mjanez db84d2b17f
Update CKAN configuration to include metadata templates search identifier 2024-06-26 11:11:46 +02:00
mjanez d7ebbf833c
Update CKAN configuration to includes vars to the metadata templates toolbar 2024-06-13 17:39:00 +02:00
mjanez 4cecf1a9d1
Fix 02_setup_scheming.sh 2024-05-28 13:49:39 +02:00
mjanez b237b680eb
Update CKAN configuration with default package item icon and show spatial option 2024-05-28 13:48:17 +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 7309d15bc0
Remove unnecesary TODO 2024-04-15 10:33:28 +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 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
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
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 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 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 8392b0a72f Add geometadata_base_uri ennvar
- Update 02_setup_scheming.sh
- Update .env files
2023-09-02 11:06:40 +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 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 a2fa91798b Fix who.ini when is only: "/"
Avoid replace to "//" in 00_update_who.sh entrypoint
2023-07-26 12:02:40 +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 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 3f90532d05
Fix xloader token creation
Removes unnecessary tokens previously created each time the script is executed.
2023-04-19 15:37: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
mnjnz 3ffba6fe0d
Fix xloader setup
TODO: Setup worker background
2023-04-02 01:30:43 +02:00
mjanez f50edb467a
Fix setup_xloader
Assign default qeue
2023-03-27 17:53:35 +02:00
mjanez e3ab392736
Update ckanext-xloader 2023-03-22 17:03:33 +00:00
mjanez 4985c8befc
Add entrypoints
- ckanext-dcat
- previews
- ckanext-xloader
2023-03-22 09:52:41 +00:00
mjanez fdf4d82064
Update dev docker
Update:
- README, add roadmap with plugin versions.
- .env and .env.example
- Dockerfile.dev
Add:
- docker-entrypoint to update ckanext-spatial (.env) environment variables that envvars does not retrieve dynamically.
- Git patches to update the display of spatial widgets (ckanext-spatial).
2023-03-17 10:09:20 +00:00