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
b362ad8e2f
Fix README
2023-05-09 15:47:43 +02:00
mjanez
5ec7ae5be2
Update README.md
...
Fix cites.
2023-05-09 15:41:13 +02:00
mjanez
2c2a681eaf
Improve documentation
...
- Add info about backup/restore of ckan database (db container)
- Re-structure docker/docker compose doc
- Minor fixes
2023-05-09 15:06:49 +02:00
mjanez
705964c423
Update README.md
...
Add ckanext-facet_scheming
2023-05-07 13:04:53 +02:00
mjanez
65c038afd0
Fix Dockerfile.dev and add info to doc
...
Avoid: Error response from daemon: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "/srv/app/start_ckan_development.sh": permission denied: unknown
2023-05-03 07:24:42 +00:00
mjanez
0ba0561f31
Fix development mode
2023-05-02 14:47:10 +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
8653e29431
Update ckan-pycsw image to latest
2023-04-20 08:21:39 +02:00
mjanez
3d7c4182be
Fix image names
2023-04-19 15:51:55 +02:00
mjanez
d79a72ee8b
Merge pull request #35 from mjanez/fix/xloader-ennvars
...
Fix xloader token creation
2023-04-19 15:39:17 +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
e8f9397449
Update README
...
ckan images
2023-04-19 15:26:51 +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
827e54ac3c
Update docker compose service info
2023-04-17 11:34:37 +02:00
mjanez
cc537767ea
Update README.md
2023-04-14 18:33:22 +02:00
mjanez
9053becc76
Add info about images
2023-04-14 08:44:33 +02:00
mjanez
7539c0cf4f
Update Dockerfiles and docker compose files
2023-04-14 08:13:31 +02:00
mjanez
39bf832160
Update ckan--2.9.8 image
2023-04-13 22:42:11 +02:00
mjanez
2f5955333d
Update actions
...
- Add image tags for Docker build & push
- Add ckan-pycsw to build.yaml
2023-04-13 18:08:50 +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
cb5f3afba8
Merge branch 'master' into feature/postgres-15
2023-03-30 07:31:13 +02:00
mjanez
a62b09923b
Update README.md
...
- Add info about postgres:15-alpine
- Update footnotes
- Update plugins
- Update containers info
2023-03-30 05:29:45 +00:00
mnjnz
53d2d65cb1
Add custom images of base Dockerfiles
...
Now use ghcr.io/mjanez/ckan-base-spatial:master
2023-03-27 12:26:51 +02:00
mjanez
8bd0b13b99
Update to ckanext-harvest 1.5.1
...
Fix url routing https://github.com/ckan/ckanext-harvest/pull/523
2023-03-23 13:51:30 +01:00
mjanez
58e9c9a2d5
Update PostgreSQL 15
2023-03-23 10:34:40 +01:00
mjanez
e3ab392736
Update ckanext-xloader
2023-03-22 17:03:33 +00:00
mjanez
5fb6a14fb5
Fix README
2023-03-22 16:54:17 +00:00
mjanez
e3e5deb813
Merge pull request #1 from mjanez/ckan-2.9
...
CKAN 2.9.8 custom image
2023-03-22 17:34:55 +01:00
mjanez
79f0b37255
ckan-docker 2.9.8
2023-03-22 15:36:55 +00:00
mjanez
8bc880f5e7
Update README.md
2023-03-22 11:01:51 +01:00
mjanez
404f72b63a
Update README
...
- Add info about plugins
2023-03-22 09:55:59 +00:00
mjanez
de7d05e8de
Update message ckan-pycsw
2023-03-17 12:32:46 +00:00
mjanez
309078d3e5
Fix link to CKAN Docs
2023-03-17 12:31:35 +00:00
mjanez
64195b52e8
Add warning info about this repo
2023-03-17 12:30:01 +00:00
mjanez
9af99bfba8
Improve docker compose reference
2023-03-17 12:17:23 +00:00
mjanez
87fc684ab0
Update README.md
2023-03-17 12:07:28 +00:00
mjanez
b7d90a82c4
Update README and samples folder
2023-03-17 12:03:42 +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
Brett Jones
89876b7c57
Update README.md
2023-03-07 13:04:59 +13:00
Brett Jones
1ea8f7c9d6
Update README.md
2023-02-22 13:46:47 +01:00
Brett Jones
f56963e16a
Update README.md
2023-02-22 13:19:42 +01:00
Brett Jones
c21d83f6db
Update README
2023-02-22 13:19:05 +01:00
Brett Jones
970e6f4dc7
Update README.md
2023-02-22 11:12:07 +01:00
Brett Jones
750555e6c4
README updates
2023-02-22 10:23:14 +01:00
Brett
5d03530b51
Update README.md
2023-02-09 07:52:20 +01:00
Brett
0ba0aa7e1a
more updates to README
2023-02-08 14:20:56 +01:00
Brett
b841879129
Update README (moving sections)
2023-02-08 14:05:16 +01:00
Brett
ec9ec421f6
Updates to README, delete old directory
2023-02-08 12:27:55 +01:00
Brett
29df3f6d00
Update REAME.md
2023-02-08 10:57:56 +01:00