From 2cd505b5db477aee2d4354955663e56bc740f7d0 Mon Sep 17 00:00:00 2001 From: Daniel Thoren Date: Tue, 20 Jul 2021 16:47:42 +0200 Subject: [PATCH] :memo: we deploy to `/home` --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 47e03e6..cf9055f 100644 --- a/README.md +++ b/README.md @@ -126,6 +126,9 @@ Context: ## Python Python is notoriously painful to manage. Use [pipx](https://pypi.org/project/pipx/) or [pyenv](https://mitelman.engineering/blog/python-best-practice/automating-python-best-practices-for-a-new-project/). +## Deploying to Servers +When deploying to FreeBSD and Linux servers, place the code in the `/home` directory. + ## Other methdology * Closed Source Software: If you cannot check what it does / how it works, do not use it for the sake of security.