mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
feat: Add context and code to install profiler
Signed-off-by: Gilles Quénot <gq@sputnick.fr> Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
@@ -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
|
||||
--------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user