-
Notifications
You must be signed in to change notification settings - Fork 5
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
Child sites are named with MAIN_ENV_NAME, not with child site name #25
Comments
Hmm, the If you want to actually change the name of the site that's displayed to users, that setting is in the environment's development.ini file. |
Oh. In the For changing individual site titles we need CKAN 2.4 which means we need a new release of the datacats tool (it's already in our |
Huh, so any site that's launched will have to have its Docker instance's |
There are a couple of ways to go here. The underlying problem is that too much CKAN configuration is stored in that ini file. Proper solution would be this: ckan/ideas#88 Other solution would be a temporary hack in multisite/datacats to allow changing ini settings easily. |
Not really. The site title (once we have a new release of Datacats) will be editable in the admin interface. The reason we need this for this to work is that it's a new feature in CLAN 2.4 to be able to edit settings in the database and the new Datacats release will include that
|
Sure, I get that your powers are limited here. :) Hmm. So, at the moment, when you launch a new CKAN instance, you're not doing anything within that Docker container, right? You've just got a stock Docker container that you're replicating, and pointing Nginx at the port for that container. Do I have that right? |
@JackMc ah, are you talking about the new That would let you run commands to change any config setting, so that would definitely do as far as automating site configuration. |
Admins can configure their site name, even in ckan 2.3, from the ckan-admin config page http://(host)/ckan-admin/config |
@wardi, thanks for the reminder of that bit. Having a weird default site name isn't ideal, but the fact that it can be fixed by the user, without anybody delving into editing a config file, seems well within the confines of an MVP. :) |
If I set
MAIN_ENV_NAME
toAcme Hosting
, and stand up a CKAN child site namedOntario
, that CKAN child site is namedAcme
, notOntario
.The text was updated successfully, but these errors were encountered: