Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions admin/console-rails-shell.include.rst

This file was deleted.

7 changes: 0 additions & 7 deletions api/generic-cti/cti-endpoint-limitations.include.rst

This file was deleted.

9 changes: 8 additions & 1 deletion api/generic-cti/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,14 @@ Generic CTI

This page describes the generic CTI API scopes and functionalities.

.. include:: /api/generic-cti/cti-endpoint-limitations.include.rst
.. warning:: **🚧 Limitations / Notes 🚧**

* Authentication on this endpoint works fundamentally different compared to
the rest of the API.
* API clients *do not* work with the CTI endpoints unless explicitly stated
by the client vendor!
* The CTI endpoints are relevant for PBX systems only.


Features
Here's a small condensed list of the possibilities this CTI API provides.
Expand Down
70 changes: 68 additions & 2 deletions appendix/migrate-to-postgresql.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,68 @@ Preparation
Install PostgreSQL
^^^^^^^^^^^^^^^^^^

.. include:: /install/includes/postgres-installation.rst
.. tabs::

.. tab:: Ubuntu / Debian

.. code-block:: console

$ sudo apt update

.. code-block:: console

$ sudo apt install postgresql postgresql-contrib

.. code-block:: console

$ sudo systemctl start postgresql

.. code-block:: console

$ sudo systemctl enable postgresql

.. tab:: CentOS

.. code-block:: console

$ sudo yum install postgresql-server postgresql-contrib

.. code-block:: console

$ sudo postgresql-setup initdb

.. code-block:: console

$ sudo systemctl start postgresql


.. code-block:: console

$ sudo systemctl enable postgresql

.. tab:: OpenSUSE / SLES

.. code-block:: console

$ sudo zypper refresh

.. code-block:: console

$ sudo zypper install postgresql postgresql-server postgresql-contrib

openSuSE 15 also requires:

.. code-block:: console

$ sudo zypper install postgresql-server-devel

.. code-block:: console

$ sudo systemctl start postgresql

.. code-block:: console

$ sudo systemctl enable postgresql

Please also have a look at :doc:`/appendix/configure-database-server`.

Expand Down Expand Up @@ -95,8 +156,13 @@ Database Credentials
Adjust the configuration file to fill in the credentials for your new
PostgreSQL server. Use ``postgresql`` as ``adapter``.

.. tip::

**🤓 For easiest usage ...**

.. include:: /install/includes/postgres-permissions.rst
If you provide your Zammad user with database creation permission, you can
run ``db:create`` in the following section. If you don't want that, you'll
have to create the database manually.

Create Empty Database
^^^^^^^^^^^^^^^^^^^^^
Expand Down
15 changes: 13 additions & 2 deletions appendix/reporting-tools-thirdparty.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,25 @@ This guide will discuss how to set up third party reporting tools with Zammad.
also check :admin-docs:`the Elasticsearch integration </system/integrations/elasticsearch.html>`
page for information on how to hook your tool to the index.

.. include:: reporting-tools-thirdparty/include-limitations.rst
.. note:: **🚧 Limitations 🚧**

Please note that this guide expects all requirements to be up and running.
We will not cover core configurations of each tool. Please also note that
we can't support you with configuration of your specific third party tool.

**🤓 Specific use cases**

You may have specific use cases which we can't cover in this documentation.
The following sub pages and also our
:doc:`/install/elasticsearch/indexed-attributes` should provide enough
information to help you!

Getting Started
---------------

You will need

* A instance of the reporting tool of your choice (hosted or self-hosted)
* An instance of the reporting tool of your choice (hosted or self-hosted)

.. include:: reporting-tools-thirdparty/include-requirements.rst

Expand Down
13 changes: 12 additions & 1 deletion appendix/reporting-tools-thirdparty/grafana.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,18 @@ installation stores within the Elasticsearch indexes.
:width: 90%
:align: center

.. include:: include-limitations.rst
.. note:: **🚧 Limitations 🚧**

Please note that this guide expects all requirements to be up and running.
We will not cover core configurations of each tool. Please also note that
we can't support you with configuration of your specific third party tool.

**🤓 Specific use cases**

You may have specific use cases which we can't cover in this documentation.
The following sub pages and also our
:doc:`/install/elasticsearch/indexed-attributes` should provide enough
information to help you!

Overview
--------
Expand Down
12 changes: 0 additions & 12 deletions appendix/reporting-tools-thirdparty/include-limitations.rst

This file was deleted.

129 changes: 0 additions & 129 deletions install/includes/firewall-and-selinux.rst

This file was deleted.

21 changes: 0 additions & 21 deletions install/includes/manage-services.rst

This file was deleted.

17 changes: 0 additions & 17 deletions install/includes/next-steps.rst

This file was deleted.

Loading