doc: Update local setup for make setup and localhost migration#5785
Open
fungc-io wants to merge 1 commit into
Open
doc: Update local setup for make setup and localhost migration#5785fungc-io wants to merge 1 commit into
fungc-io wants to merge 1 commit into
Conversation
Reflect PR authgear#5783 in CONTRIBUTING.md: add a Quick setup section for make setup, migrate local URLs from portal.localhost/accounts.portal.localhost to plain localhost (no more /etc/hosts editing), and add skip notes to the manual sections. ref DEV-3657
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.
Updates
CONTRIBUTING.mdto reflect the simplified local setup from #5783.Changes
make setup(=make vendor+scripts/sh/setup-dev.sh), including prerequisites (docker/podman,jq) and theADMIN_EMAIL/ADMIN_PASSWORDoverrides.portal.localhost:8000/accounts.portal.localhost:3100to plainlocalhost:8000/localhost:3100, matching the changes to.env.example,nginx.conf, and theinitcommand. The/etc/hostsediting step is no longer needed and has been reframed accordingly.make setupto Run, and trimmed the now-unusedaccounts.portal.localhostcustom-domain command.Docs only — no code changes.
ref DEV-3657