Developer Community
This page will proxy to Discourse at /community when the forum container is running. For now, here are local setup instructions.
Local setup (Next.js + Discourse under /community)
- Install Docker Desktop and Git.
- Clone Discourse:
git clone https://github.com/discourse/discourse /var/discourse - Configure subpath: set
DISCOURSE_RELATIVE_URL_ROOT: /communityincontainers/app.yml. - Run:
./launcher bootstrap appthen./launcher start app. - Reverse‑proxy
/communityto the Discourse container (see repo README).