100f55712cce758e949d781f882d88e6c5062aa4
Services-Whois.md
| ... | ... | @@ -126,7 +126,7 @@ Monotone is an distributed revision control system. Monotone tracks revisions to |
| 126 | 126 | ### Monotone branches |
| 127 | 127 | * net.dn42.registry: Contains the registry and some related code |
| 128 | 128 | |
| 129 | -### Setup |
|
| 129 | +### Client setup |
|
| 130 | 130 | ```sh |
| 131 | 131 | mtn genkey you@domain.tld |
| 132 | 132 | mtn pubkey you@domain.tld # send the output to some $monotone_server operator (do NOT send the keypair!) |
| ... | ... | @@ -136,4 +136,10 @@ $add_your_objects |
| 136 | 136 | mtn add --unknown |
| 137 | 137 | mtn ci -k you@domain.tld |
| 138 | 138 | mtn sync |
| 139 | -``` |
|
| ... | ... | \ No newline at end of file |
| 0 | +``` |
|
| 1 | + |
|
| 2 | +### Server setup |
|
| 3 | + |
|
| 4 | +Debian has a package "monotone-server", with config located in "/etc/monotone". |
|
| 5 | + |
|
| 6 | +Pro-tip: monotone seems to use SO_V6ONLY, which is annoying. To bind to both IPv4 and IPv6, use ADDRESS=":: --bind 0.0.0.0" in /etc/default/monotone. |