Skip to content

Commit

Permalink
Document installation of Tracker Functions plugin
Browse files Browse the repository at this point in the history
Take the opportunity to clarify a bit the installation process
  • Loading branch information
vaceletm authored and LeSuisse committed Mar 20, 2024
1 parent 9c27b9f commit 8d9522e
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 6 deletions.
16 changes: 16 additions & 0 deletions languages/en/deployment-guide/15.x.rst
Expand Up @@ -60,6 +60,22 @@ to a value greater than 2, you can keep your settings by issuing the following c

tuleap config-set sys_nb_backend_workers <NB>

New plugin: Tuleap Functions for Tracker
----------------------------------------

This plugin is only available for :ref:`Tuleap Entreprise <tuleap-enterprise>`.

:ref:`Tuleap Functions for Tracker <tracker-functions>` execute custom code after each artifact creation/update.

How to install:

.. sourcecode:: shell

yum install tuleap-plugin-tracker-functions
sudo -u codendiadm tuleap plugin:install tracker_functions
tuleap-cfg site-deploy
systemctl reload nginx
systemctl restart tuleap

Tuleap 15.4
===========
Expand Down
13 changes: 7 additions & 6 deletions languages/en/installation-guide/step-by-step/install-plugins.rst
@@ -1,7 +1,7 @@
.. _install-plugins:

Plugins installation
===========================
====================

Tuleap comes with a lot of plugins, they bring new features and can be easily installed and configured.

Expand All @@ -16,14 +16,15 @@ Installation is done in 2 steps
When you want to install a new plugin, run (where ``tuleap-plugin-awesomestuff``
is the name of the package of the plugin you want to install):

::
.. sourcecode:: shell

# On RHEL/CentOS 7
yum install tuleap-plugin-awesomestuff

# On EL9
# Deploy RPM package
dnf install tuleap-plugin-awesomestuff

# Install and activate the plugin for all projects and users
sudo -u codendiadm tuleap plugin:install awesomestuff

# Update configurations
tuleap-cfg site-deploy
systemctl reload nginx
systemctl restart tuleap
Expand Down
2 changes: 2 additions & 0 deletions languages/en/user-guide/tuleap-entreprise.rst
Expand Up @@ -8,6 +8,8 @@ Tuleap Enterprise
Tuleap Enterprise is a special distribution of Tuleap crafted by Enalean for
enhanced reliability.

The plugins below are available in addition to :ref:`Tuleap Community Edition plugins <install-plugins>`

Some features are only distributed to Tuleap Enterprise subscribers:

Project management
Expand Down

0 comments on commit 8d9522e

Please sign in to comment.