📝 we deploy to /home

This commit is contained in:
dannydannydanny 2021-07-20 16:47:42 +02:00 committed by GitHub
parent 93a678a0be
commit 2cd505b5db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -126,6 +126,9 @@ Context:
## Python ## 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/). 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 ## Other methdology
* Closed Source Software: If you cannot check what it does / how it works, do not use it for the sake of security. * Closed Source Software: If you cannot check what it does / how it works, do not use it for the sake of security.