summaryrefslogtreecommitdiff
path: root/docs/debian-packaging.md
Commit message (Collapse)AuthorAge
* Organize the developer docs into a "Pilcrow for Developers" book.Owen Jacobson2025-07-01
| | | | | | The audience for this is developers looking to make changes to Pilcrow, either on the server, on the included client, or via its data model. Most of the material here is drawn from existing documents, but organized somewhat more coherently. I've left some space for client documentation, though no such documents exist yet.
* Package `hi` for Debian.Owen Jacobson2024-10-29
This commit provides a Docker-based build process for generating `.deb` packages, which can be run in Docker Desktop. I don't love it, but it's the best option I have _right now_ for doing this. The resulting packages: * Install `hi` (and `hi-recanonicalize`), in `/usr/bin`. * Create a user (`hi`) and a data directory (`/var/lib/hi`). * Create and start a systemd service unit for `hi`. Packages are built for arm64 and amd64 (aka x86_64).