From fe6f2febc1336b0bdd42c8b2d1f5675a71df5c22 Mon Sep 17 00:00:00 2001 From: DtxdF Date: Tue, 21 Nov 2023 17:20:05 -0400 Subject: [PATCH] Add AppJail to Deploy section (#176) --- deploy.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/deploy.md b/deploy.md index 1174cc18..8456e2be 100644 --- a/deploy.md +++ b/deploy.md @@ -13,6 +13,10 @@ InvenTree supports a simple containerized installation via docker. An official [ Refer to the [docker installation guide](https://docs.inventree.org/en/latest/start/docker/) for more information +### AppJail + +InvenTree can be installed on FreeBSD using AppJail. An [AppJail Makejail](https://github.com/AppJail-makejails/inventree) is provided with regular updates. + ### Manual Bare Metal Install A [bare metal installation guide](https://docs.inventree.org/en/latest/start/intro/) is provided for users who are looking for a low-level or custom installation.