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: /community
incontainers/app.yml
. - Run:
./launcher bootstrap app
then./launcher start app
. - Reverse‑proxy
/community
to the Discourse container (see repo README).