@masukomi
If it's an app for end users, then an installer that took care of everything. I don't care what's inside.
If you're describing a server toolset sort of thing, then a bundled docker container.
@void_ptr It's kindof a hybrid thing. On the one hand I'd like it to be as easy to set up and run as possible (implies docker) BUT a) this is specifically for programmers b) there’s a reasonable probability (and encouragement) that if they continue using it they'll want to tweak something about it, which suggests not-docker.
I'm wondering if maybe sticking “that weird db and search thing i know nothing about" into a container but let them to ruby+rails locally is a decent compromise.
@void_ptr you thinking something like, you run the script and it steps you through asking if you want docker and if so which of the 3 should be in there, and for those that aren't it helps you install & configure what's needed?
🤔 i kinda like that idea.