Installation feedback #3108
Replies: 1 comment 1 reply
-
|
Thank you so much for this detailed feedback, @domdomegg! This is really helpful for us. Making installation easier and more intuitive is one of our top priorities. Our original installation documentation was based off our local development setup, which turned out to be a mistake. We're now rethinking installation from the ground up, we're working on some improvements for the next release, and we're going to be continuing to simplify in the release after that – here are our meeting notes about that in case you're curious. Your post has a lot of things we could pull out into smaller action items, we'll work on creating GitHub issues to track that work next week. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey team. This is not really a structured bug / feature request, but is some notes I took down when installing Mathesar. May be useful for optimising the onboarding experience.
(recommended)to that option - or generally having a clearer nudge towards how to decide between these methods.wgetcommands didn't work because I'm on a Mac (it's also not pre-installed on Windows). Yes, I could install it with brew or similar, but annoying to have to do this. Maybe using curl (which also would mean the renaming step wasn't necessary) would make this more cross-platform compatible (e.g.curl -LO https://github.com/centerofci/mathesar/raw/0.1.2/docker-compose.yml && curl -Lo .env https://github.com/centerofci/mathesar/raw/0.1.2/.env.example).I think also the instructions by default run docker compose without logs (-d` parameter) so it's harder to figure out where things are failing.Beta Was this translation helpful? Give feedback.
All reactions