Dshamir makes Mike run on one box, one command
Thirteen commits turn the upstream prototype into a self-hosted stack you can stand up on a single machine without a DevOps team.
Most legal-AI projects assume someone else hosts them. Dshamir is betting the opposite: that a firm wants the whole thing - database, file storage, login, document conversion, the works - running on hardware it controls. This thread wires together roughly a dozen moving parts so they boot together from one command, with sensible defaults and pinned versions for the pieces that matter.
What stands out is that this was debugged against a real, clean machine, not a developer's already-configured laptop. The script now hunts for free network ports and reroutes itself if something's already in use, and two build steps that only fail on a fresh checkout were tracked down and fixed. It's the unglamorous work that decides whether "clone and run" actually works for the next person who tries it.
Spotted something wrong? Or know the PR text has fresher detail than the writeup above?