continuwuity-bsd/docs/openbsd/README.md

16 lines
805 B
Markdown

# Continuwuity for OpenBSD
This repo provides an experimental version of Continuwuity packaged for OpenBSD 7.9.
Words of warning:
- The package is unsigned
- Performance may be poor; Continuwuity has a [known issue](https://forgejo.ellis.link/continuwuation/continuwuity/pulls/1421) on OpenBSD, and [OpenBSD disables SMT by default](https://www.openbsd.org/faq/faq10.html#SMT).
Stay tuned for updates!
## Installation instructions
1. Download the package from the latest release or CI run
1. Run `pkg_add -Dunsigned continuwuity-0.5.9-generic.tgz`
1. Edit `/etc/continuwuity/continuwuity.toml` and choose a server name, database path, and listen address(es)
- The package creates `/var/db/continuwuity` for use as the database directory, with the correct permissions
1. `rcctl start continuwuity`