2021-05-13 10:14:49 +02:00
2021-05-13 10:14:49 +02:00
2021-05-13 10:09:15 +02:00
2021-05-10 15:21:02 +02:00
2021-01-25 15:54:12 +01:00
2020-09-17 11:42:27 +02:00
2021-01-15 16:05:22 +01:00
2021-01-15 16:05:22 +01:00
2021-01-15 16:05:22 +01:00
2021-01-14 11:15:44 +01:00
2014-10-26 21:21:58 +00:00
2020-09-17 14:10:25 +02:00
2020-09-17 14:10:25 +02:00
2021-05-10 15:21:02 +02:00
2021-05-13 08:34:14 +02:00

### Please note that this re-purposed CKAN Docker repo is a WORK IN PROGRESS ###
### It should not be used to install CKAN via Docker until this page is updated ###

- Maybe use build/up time variables loaded via the .env file, runtime variables loaded via a .ckan-env file - both
located at the root directory
- Look at using ghcr.io (GitHub Packages) to store Docker Images rather than DockerHub
- all username/passwords as environment variables rather than hardcoded
- make sure the "development mode" path is taken cared of with any change
- Create an admin user during the container deployment
- should there be a datapusher image pre-built like ckan? maybe an xloader image?


### Difference between ckan-base and ckan-dev ###

ckan-base
docker-compose up -d --build
docker-compose build
docker-compose up

ckan-dev
docker-compose -f docker-compose.dev.yml up -d --build
docker-compose -f docker-compose.dev.yml build
docker-compose -f docker-compose.dev.yml up

Description
No description provided
Readme 827 KiB
Languages
Shell 78.4%
Dockerfile 14.3%
HTML 7.3%