Add most of the structure! plus several Base Layer docs

This commit is contained in:
Lance Edgar 2021-01-07 16:48:14 -06:00
parent 3704b59b8d
commit 98d6961370
48 changed files with 1076 additions and 8 deletions

View file

@ -0,0 +1,21 @@
Generating Config Files
=======================
Rattail is able to generate "starting point" config files for you, for any of
the types described in :doc:`paths`. Usually you will need to edit them
further, but the basic structure can be provided automatically.
Run any of these commands from your env root (e.g. ``/srv/envs/poser``)
depending on which types of files you need:
.. code-block:: sh
bin/rattail make-config -O app/ -T rattail
bin/rattail make-config -O app/ -T quiet
bin/rattail make-config -O app/ -T web
bin/rattail make-config -O app/ -T datasync
bin/rattail make-config -O app/ -T filemon
Each generated file should contain "TODO" comments directing your attention to
settings which may require adjustment.