-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am having the hardest time getting this to work. #1
Comments
It's like it doesn't get called on time, SOLR and Alchemy have already tried to read the config |
Please detail what steps you are taking, and what you expect to happen? |
I have come to realize that some settings are not replaced early enough in the execution step which cause a lot of errors. For example, alchemy is called before the plugin is called so the string is empty |
Because of the (silly) way in which CKAN starts up the environment and loads plugins, This should be documented (or core updated to support envvars-like envars). |
First iteration of a Docker Compose setup for a CKAN instance. It includes the following images, all based on Alpine: * CKAN: modified from keitaro/ckan * DataPusher: modified from keitaro/ckan * PostgresSQL: mdillon's PostGIS image * Solr: official Solr image with CKAN's schema * Redis: standard Redis image The compose setup is adapated from the current one included in the CKAN repo, although some fixes needed to be made.
Testing envvars with CKAN 2.10.0a0, I see that |
It runs (as debugged in PyCharm) but the config they are supposed to fill in are always empty in ckan itself.
The text was updated successfully, but these errors were encountered: