Skip to content

Commit

Permalink
feat: Add context and code to install profiler
Browse files Browse the repository at this point in the history
Signed-off-by: Gilles Quénot <[email protected]>
Co-authored-by: Ferdinand Thiessen <[email protected]>
  • Loading branch information
sputnick-dev and susnux authored Nov 13, 2024
1 parent 3e10a7c commit 256d9be
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions developer_manual/digging_deeper/profiler.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@ The profiler application is available on `GitHub <https://github.com/nextcloud/p
you need to clone the stableX branch if you are using Nextcloud X or master if you are
using the latest development version of Nextcloud.

.. code-block:: bash
cd apps/
git clone --branch stableX https://github.com/nextcloud/profiler.git
# adapt X to your Nextcloud version: php occ version | grep -oP 'Nextcloud \K\d+'
cd profiler
cd ../..
Enable the app
--------------

Expand Down

0 comments on commit 256d9be

Please sign in to comment.