Commit Graph

7 Commits

Author SHA1 Message Date
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