+16
readme.md
+16
readme.md
···
16
16
17
17
There's a couple of ways to get started:
18
18
* NixOS: refer to [flake.nix](https://tangled.sh/@tangled.sh/core/blob/master/flake.nix)
19
+
* Docker: Documented below.
19
20
* Manual: Documented below.
21
+
22
+
## docker setup
23
+
24
+
Clone this repository:
25
+
26
+
```
27
+
git clone https://tangled.sh/@tangled.sh/core
28
+
```
29
+
30
+
Modify the `docker/docker-compose.yml`, specifically the
31
+
`KNOT_SERVER_SECRET` and `KNOT_SERVER_HOSTNAME` env vars. Then run:
32
+
33
+
```
34
+
docker compose -f docker/docker-compose.yml up
35
+
```
20
36
21
37
### manual setup
22
38