1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-09-15 20:36:55 +00:00

More OpenBSD 7.7 info

fiwswe 2025-05-02 22:58:27 +02:00
parent ae955e87f9
commit 44f5a80f38

@ -10,7 +10,7 @@ Update: Also works on [OpenBSD 7.7](https://openbsd.org/77.html)
# Prerequisites
* A fresh installation of [OpenBSD 7.6](https://openbsd.org/76.html) is assumed.
* A fresh installation of [OpenBSD 7.6](https://openbsd.org/76.html) or [OpenBSD 7.7](https://openbsd.org/77.html) is assumed.
* The [OpenBSD](https://openbsd.org) host needs to be able to access the Internet to install ports and to access the [pip](https://pypi.org/project/pip/) repository.
* Sufficient disk space to install [Python](https://python.org), the [virtual Python environment](https://docs.python.org/3/library/venv.html) and Radicale is assumed. (The needed space is not excessive, so in most cases this will be a non-issue.)
* You will need access as `root`, either directly or by using [doas(1)](https://man.openbsd.org/doas) on the host. These instructions assume direct `root` access as indicated by the `#` prompt. A `$` prompt indicates that no `root` access is required for the command.