{"id":21296719,"url":"https://github.com/eccenca/ckan-docker","last_synced_at":"2025-07-16T05:34:00.965Z","repository":{"id":23449752,"uuid":"26813482","full_name":"eccenca/ckan-docker","owner":"eccenca","description":null,"archived":false,"fork":false,"pushed_at":"2017-08-14T07:12:41.000Z","size":67,"stargazers_count":7,"open_issues_count":1,"forks_count":9,"subscribers_count":11,"default_branch":"develop","last_synced_at":"2025-04-06T06:51:13.692Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eccenca.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-11-18T14:42:31.000Z","updated_at":"2017-06-22T05:12:16.000Z","dependencies_parsed_at":"2022-08-22T01:10:49.878Z","dependency_job_id":null,"html_url":"https://github.com/eccenca/ckan-docker","commit_stats":null,"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"purl":"pkg:github/eccenca/ckan-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eccenca%2Fckan-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eccenca%2Fckan-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eccenca%2Fckan-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eccenca%2Fckan-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eccenca","download_url":"https://codeload.github.com/eccenca/ckan-docker/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eccenca%2Fckan-docker/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263066557,"owners_count":23408387,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-21T14:29:12.095Z","updated_at":"2025-07-02T03:02:11.257Z","avatar_url":"https://github.com/eccenca.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# installation /build-process\n\n## eccenca/baseimage-docker\n```\ngit clone https://github.com/eccenca/baseimage-docker.git\ncd baseimage-docker/image\ndocker build -t eccenca/baseimage:latest .\n```\n\n## eccenca/ckan\n```\ngit clone --recursive https://github.com/eccenca/ckan-docker.git\ncd ckan-docker\ndocker build -t eccenca/ckan:latest .\n```\n\n### eccenca/ckan-solr\n```\ncd ckan-docker/contrib/docker/solr\ndocker build -t eccenca/ckan-solr:latest .\n```\n\n### eccenca/ckan-postgresql\n```\ncd ckan-docker/contrib/docker/postgresql\ndocker build -t eccenca/ckan-postgresql:latest .\n```\n\n# run ckan\n## solr\n```\ndocker run -d --name ckan_solr eccenca/ckan-solr:latest\n```\n\n## postgresql\n```\ndocker run -d --name ckan_db eccenca/ckan-postgresql:latest\n```\n\n## ckan\n```\ndocker run -it --rm --link ckan_solr:solr --link ckan_db:db -p 80:80  --name ckan_ckan eccenca/ckan:latest /bin/bash\n```\nwithin the container:\n```\n/sbin/my_init\n```\n\nor with\n```\ndocker run -it --rm --link ckan_solr:solr --link ckan_db:db -p 80:80  --name ckan_ckan eccenca/ckan:latest\n```\n\n### ckan configuration\n\nThe ckan.ini configuration file is created during container start. The following configuration parameter can be set on ``docker run`` using the ``-e \u003cVARIABLE_NAME\u003e=\u003cVALUE\u003e [-e ...]``:\n\n* General settings\n\t* ``CKAN_SITE_URL`` (default: http://localhost)\n\t* ``CKAN_DEBUG`` (False)\n\t* ``CKAN_PLUGINS`` - add additional plugins (unset)\n\t* ``DB_FT_SEARCH_LANG`` (english)\n* Internationalisation Settings\n\t* ``CKAN_LOCALE`` (en)\n* Feeds Settings\n\t* ``CKAN_FEED_AUTHORITY``(unset)\n\t* ``CKAN_FEED_DATE``(unset)\n\t* ``CKAN_FEED_AUTHOR`` (unset)\n\t* ``CKAN_FEED_AUTHOR_LINK`` (unset)\n* storage settings\n\t* ``CKAN_STORAGE_PATH`` (/var/lib/ckan)\n* activity stream\n\t* ``CKAN_ACTIVITY_STREAM_ENABLED`` (True)\n* Email settings\n\t* ``EMAIL_TO`` (ckan-admin@localhost)\n\t* ``EMAIL_FROM`` (ckan_instance@localhost)\n\t* ``EMAIL_SMTP_SERVER`` (smtp.localhost)\n\t* ``EMAIL_SMTP_STARTTLS`` (True)\n\t* ``EMAIL_SMTP_USER`` (EXAMPLEUSER)\n\t* ``EMAIL_SMTP_PASS`` (EXAMPLEPASS)\n\t* ``EMAIL_SMTP_EMAIL_FROM`` (ckan_instance@localhost)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feccenca%2Fckan-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feccenca%2Fckan-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feccenca%2Fckan-docker/lists"}