Update bin/scripts and use them in the README docker section#8487
Merged
NoahTheDuke merged 8 commits intomtgred:masterfrom Mar 10, 2026
Merged
Update bin/scripts and use them in the README docker section#8487NoahTheDuke merged 8 commits intomtgred:masterfrom
NoahTheDuke merged 8 commits intomtgred:masterfrom
Conversation
This matches the docker flow in the readme.
NoahTheDuke
reviewed
Mar 10, 2026
Collaborator
NoahTheDuke
left a comment
There was a problem hiding this comment.
i'd like the readme to have instructions for both non-docker and docker set up. or better yet, have wiki pages for this. i don't use docker and i know some other devs don't use docker, so making it the primary entrypoint feels like a misstep (cuz i certainly can't help someone new with it lol)
Collaborator
|
nevermind, that's under the docker section. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR updates the scripts in
bin/to be executable, and uses them in the README for all the docker related operations.The
bin/database-dropscript is new though. There was no instructions for it in the README, but I needed to do it to clear some junk user accounts I created, so I thought I'd add it as a counterpart tobin/database-seed.