added table diagram, and brief developer guide and deployment info for docs

This commit is contained in:
Tristan Lee
2023-08-03 23:58:12 -05:00
parent d3b8e1a3b3
commit ef9292bc90
9 changed files with 1446 additions and 46 deletions

View File

@@ -0,0 +1,16 @@
Deployment
==========
.. warning::
We are working on making cisticola more to install, configure, and use. If you're confused by these steps don't worry, it will get more accessible.
Docker
------
The easiest way to deploy Cisticola is to use Docker. Docker works like a virtual machine running inside your computer, it isolates everything and makes installation simple.
1. Install `Docker <https://docs.docker.com/get-docker/>`_
Manual Installation
-------------------
TODO