Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document installation of Tracker Functions plugin #1369

Merged
merged 1 commit into from Mar 20, 2024
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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