rattail-manual/docs/index.rst

53 lines
1.4 KiB
ReStructuredText
Raw Normal View History

Rattail Manual
==============
2023-12-30 17:14:17 -06:00
This is "the reference manual" for Rattail.
It is intended for developers and/or system administrators. It
assumes the reader is involved with the creation or maintenance of a
Poser/Rattail app.
This manual is primarily organized around the possible "layers" of a
Poser/Rattail app:
2022-03-11 19:44:07 -06:00
* :doc:`features/index` - app features provided by the framework
* :doc:`base/index` - general app install, command line, plus filemon etc.
* :doc:`data/index` - when a DB or data import/export come into it
* :doc:`web/index` - all things web
* :doc:`monitor/index` - keeping an eye out for production issues
* :doc:`deploy/index` - deploying a production system
* :doc:`backup/index` - backing up the production system
.. note::
Please understand, this manual is a work in progress. We finally have an
"authoritative home base" for this documentation, but it may take some time
to fill in all the blanks.
Please see `https://rattailproject.org/docs/rattail-manual/
<https://rattailproject.org/docs/rattail-manual/>`_ for the latest version of
this document.
.. toctree::
:maxdepth: 2
:caption: Contents:
readfirst
2021-01-19 12:50:23 -06:00
quickstart
background
2022-03-11 19:44:07 -06:00
features/index
base/index
data/index
web/index
monitor/index
deploy/index
backup/index
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`