Skip to content

Commit

Permalink
make activation procedure more clear
Browse files Browse the repository at this point in the history
  • Loading branch information
bgruening committed Oct 12, 2016
1 parent 95d6990 commit 4f89528
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/source/admin/webhooks.rst
Expand Up @@ -7,11 +7,12 @@ can consists out of simple HTML, JS or dynamically generated content from a pyth

Plugin activation
-----------------
The plugins are deactivate by default. To activate a tool go to:
Webhooks are deactivate by default.
To activate webhooks make sure the path in your `galaxy.ini` it set and that you activate all plugins that you want to use manually by changing the config of each webhook:

.. code-block:: none
config/plugins/webhooks/{TOOL_NAME}/config/{TOOL_NAME}.yml # path to config file of a plugin
config/plugins/webhooks/{TOOL_NAME}/config/{TOOL_NAME}.yml
and set the parameter activate to true:

.. code-block:: python
Expand Down

0 comments on commit 4f89528

Please sign in to comment.