weblate/docs/admin/quick.rst
Michal Čihař 810d428981 Docs: Integrate two openshift guides to one
Signed-off-by: Michal Čihař <michal@cihar.com>
2019-09-06 11:16:28 +02:00

28 lines
637 B
ReStructuredText
Vendored

Installation instructions
=========================
.. toctree::
:caption: Quick setup guide
:maxdepth: 1
:hidden:
install/docker
install/venv-debian
install/venv-suse
install/venv-redhat
install/source
install/openshift2
Depending on your setup and experience, choose appropriate installation method:
* :ref:`quick-docker`, recommended for production setup.
* Virtualenv installation, recommended for production setup:
* :doc:`install/venv-debian`
* :doc:`install/venv-suse`
* :doc:`install/venv-redhat`
* :ref:`quick-source`, recommended for development.
* :ref:`quick-openshift2`.