diff options
author | metamuffin <metamuffin@disroot.org> | 2023-04-10 14:15:39 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-04-10 14:15:39 +0200 |
commit | 239b0c95c2dfa0bebafb228cf1d2f201ecadf2f8 (patch) | |
tree | 5dd6bbcad4b105a411d5c80660e785be168b3dbf /readme.md | |
parent | 4b026c618ed6b40a22c0bf601b45e1da96d5bc5e (diff) | |
parent | abff04fe71d29be41875db1173a554fb11c67173 (diff) | |
download | keks-meet-239b0c95c2dfa0bebafb228cf1d2f201ecadf2f8.tar keks-meet-239b0c95c2dfa0bebafb228cf1d2f201ecadf2f8.tar.bz2 keks-meet-239b0c95c2dfa0bebafb228cf1d2f201ecadf2f8.tar.zst |
Merge branch 'master' of codeberg.org:metamuffin/keks-meet
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 15 |
1 files changed, 8 insertions, 7 deletions
@@ -24,26 +24,27 @@ only. See [COPYING](./COPYING). ## Usage For trying it out, a hosted version is available on -[my server](https://meet.metamuffin.org/). For self-hosting, this should help: +[meet.metamuffin.org](https://meet.metamuffin.org/). For self-hosting, this +should help: ```sh -pacman -S --needed deno rustup make coreutils; rustup install nightly +pacman -S --needed esbuild rustup make coreutils; rustup install nightly git clone https://codeberg.org/metamuffin/keks-meet.git cd keks-meet cp config/client.example.toml config/client.toml # use the example config. the defaults work. -make run # or `make build` +make install # binaries will be copied to ~/.cargo/bin ``` When changing code, use `make watch` to re-build things automatically as needed. -(run `cargo install systemfd cargo-watch` if needed) +(might require `cargo install systemfd cargo-watch`) The client configuration file (`config/client.toml`) configures the client and requires server recompilation on change for now. The server's bind address can be controlled using the `BIND` environment -variable. In production you can also activate the `standalone` feature to embed -all assets into the binary; This speeds it up and allows the server to run from -just the binary. +variable. In production you can also activate the `standalone` feature (enabled +when using `make install`) to embed all assets into the binary; This speeds it +up and allows the server to run from just the binary. If you use this project or have any suggestions, please [contact me](https://metamuffin.org/contact) |