Add some docs on "Fabric Basics"

This commit is contained in:
Lance Edgar 2022-12-28 17:11:35 -06:00
parent 2cf27b543f
commit 4d859f7828
3 changed files with 174 additions and 4 deletions

View file

@ -2,4 +2,19 @@
Overview
========
TODO
Deployment refers to the complete setup (install + configuration) of a
Rattail app, on a production or other server.
When deploying the app you essentially have 3 options:
* deploy manually
* deploy via Fabric
* deploy via some other system (Ansible, Chef, Puppet etc.)
The "official" way is to use Fabric, hence that will be documented
here. It is preferred over manual setup because it is
automated/repeatable and self-documenting etc.
.. note::
The use of Fabric to deploy only supports Linux as the app/target
server (so far?).