···16161717There's a couple of ways to get started:
1818* NixOS: refer to [flake.nix](https://tangled.sh/@tangled.sh/core/blob/master/flake.nix)
1919+* Docker: Documented below.
1920* Manual: Documented below.
2121+2222+## docker setup
2323+2424+Clone this repository:
2525+2626+```
2727+git clone https://tangled.sh/@tangled.sh/core
2828+```
2929+3030+Modify the `docker/docker-compose.yml`, specifically the
3131+`KNOT_SERVER_SECRET` and `KNOT_SERVER_HOSTNAME` env vars. Then run:
3232+3333+```
3434+docker compose -f docker/docker-compose.yml up
3535+```
20362137### manual setup
2238