CKAN is the world’s leading open-source data portal platform. CKAN makes it easy to publish, share and work with data. It's a data management system that provides a powerful platform for cataloging, storing and accessing datasets with a rich front-end, full API (for both data and catalog), visualization tools and more. Read more at ckan.org.
See the CKAN Documentation for installation instructions.
- I tried to install using Docker Windows version with several methods and the result
- was always the same: Problem binding port for ckan and datapusher. I tried changing .env variable CKAN_URL and asign http://127.0.0.1:5000 instead http://localhost:5000
CKAN_MAX_UPLOAD_SIZE_MB=5000 variable added to contrib/docker/.env file
I created two new branches tags/2.8.2.jcc and tags/2.8.3.jcc to include CKAN_MAX_UPLOAD_SIZE_MB variable in contrib/docker/.env.test versions 2.8.2 and 2.8.3
Use Docker Linux instead Docker Windows Some users said that using 2.8.3 and 2.8.2 instead latest version from https:/github.com/ckan
works, but it doesn't work for me.
In case of Docker Linux there are no problem with binding ports between host and client container.
In my opinion the problem will be some updated library or the installation process that doesn't include configparser module. I hope next ckan version will solve this problem!
https://docs.ckan.org/en/2.8/maintaining/installing/install-from-docker-compose.html
Doc about ImportError: No module named configparser. Solution: Use an stable version git checkout tags/2.8.3 It doesn't work for me!
- git clone [email protected]:ckan/ckan
- cd ckan/contrib/docker
- cp .env.template .env
- docker-compose up
If you need help with CKAN or want to ask a question, use either the ckan-dev mailing list, the CKAN chat on Gitter, or the CKAN tag on Stack Overflow (try searching the Stack Overflow and ckan-dev archives for an answer to your question first).
If you've found a bug in CKAN, open a new issue on CKAN's GitHub Issues (try searching first to see if there's already an issue for your bug).
If you find a potential security vulnerability please email [email protected], rather than creating a public issue on GitHub.
For contributing to CKAN or its documentation, see CONTRIBUTING.
Subscribe to the ckan-dev mailing list to receive news about upcoming releases and future plans as well as questions and discussions about CKAN development, deployment, etc.
If you want to talk about CKAN development say hi to the CKAN developers and members of the CKAN community on the public CKAN chat on Gitter. Gitter is free and open-source; you can sign in with your GitHub, GitLab, or Twitter account.
The logs for the old #ckan IRC channel (2014 to 2018) can be found here: https://github.com/ckan/irc-logs.
If you've figured out how to do something with CKAN and want to document it for others, make a new page on the CKAN wiki and tell us about it on the ckan-dev mailing list or on Gitter.
This material is copyright (c) 2006-2018 Open Knowledge Foundation and contributors.
It is open and licensed under the GNU Affero General Public License (AGPL) v3.0 whose full text may be found at: