-
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
MVP2/First Release meta-issue #27
Comments
FWIW, it's really trivial to provide HTTP Basic authentication. You just have to send a couple of HTTP headers to the client, and compare the response to wherever you store the username and password in. I do this every time I think "I need admin authentication for this system I built, but I don't want want it to be a whole thing." |
If you'd prefer HTTP basic auth, I can do that, it's just that I'm not familiar with it. |
It's all the same to me. :) |
So we just had a little bit of a discussion in the office regarding actually naming the sites. There is now a 'display name' field in the ckan-multisite admin panel, and it is pretty easy to change. Problem is, it doesn't actually impact the real site name. We have a couple options here:
Thoughts, @waldoj? |
Hmm. There are no great options here, but ¯_(ツ)_/¯. Point by point:
|
CKAN 2.4 itself is out but we are waiting for our release manager to come back to put out a release of the |
Re: 3. is similar to what you suggested before, call any new site "A Multisite Site" and in the "promoted" section we mention that they should change the site title in there |
Got it. I'm much less confused now. :)
Ahh, I see—so it remains possible for people to change the name on a new site, this is just about eliminating that step. |
So, this is my preference, but ultimately I'm happy to defer to your judgment: Option #2, with the intent of ripping it out when CKAN 2.4 support obviates that hack. It's ugly, but I suspect it'd be quick and easy, and likewise easy to remove down the line, if it's anything like the "I'll just directly write this thing to the database" hacks I've been guilty of over the years. :) |
Yup, I was trying it out today. The only catch is that we may need to shut down CKAN itself to change the site name as it will not reread from the database automatically - this is not ideal. |
@JackMc you make us sounds so formal, heh. Ian is gone camping for a few days and will be back Tuesday to push out a new release. That's the alternate timeline |
So perhaps the site name is set at the time that it's created, and future changes must be performed through the deployed CKAN site's admin section? That way, the only restart required is in the process of establishing the site in the first place, delaying its launch briefly. I think that's a perfectly reasonable solution for an MVP. |
Sounds good! |
@deniszgonjanin Sshh, next you're gonna let it slip that I don't wear a suit to work! |
Yay for camping. :) If the alternative is just waiting a few days until Ian can get out a new datacats release, that sounds great. The wonderful thing about working in open data is there's no such thing as an open data emergency. :) Basically everything can wait. |
There isn't much needed here technical-wise. If you could have another go at this @waldoj that'd be lovely! :) |
I'm gonna close this issue. |
This is an issue of all of the things we need to do to get to a first release. Feel free to file your own issues and add them to this ticket.
run.sh
automated install. Also document manual installation if people don't just want to run a script. Issue docs: document installation procedure #5.The text was updated successfully, but these errors were encountered: