📝 we deploy to /home
This commit is contained in:
parent
93a678a0be
commit
2cd505b5db
1 changed files with 3 additions and 0 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue