From c2c459ea821648e8eba94002a333450a4ad3555d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20M=C3=BCller?= Date: Fri, 6 Sep 2024 22:13:24 +0200 Subject: [PATCH] fix(occ): Add setupchecks command MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marcel Müller --- .../configuration_server/occ_command.rst | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/admin_manual/configuration_server/occ_command.rst b/admin_manual/configuration_server/occ_command.rst index 9aa56254f..bfac4247e 100644 --- a/admin_manual/configuration_server/occ_command.rst +++ b/admin_manual/configuration_server/occ_command.rst @@ -45,6 +45,7 @@ occ command Directory * :ref:`disable_user_label` * :ref:`system_tags_commands_label` * :ref:`antivirus_commands_label` +* :ref:`setupchecks_commands_label` * `Debugging`_ .. _http_user_label: @@ -1826,6 +1827,25 @@ Mark a file as scanned or unscanned:: sudo -u www php occ files_antivirus:mark +.. _setupchecks_commands_label: + +Setupchecks +----------- + +Run the setupchecks via occ:: + + sudo -u www php occ setupchecks + +Example output:: + + dav: + ✓ DAV system address book: No outstanding DAV system address book sync. + network: + ✓ WebDAV endpoint: Your web server is properly set up to allow file synchronization over WebDAV. + ✓ Data directory protected + ✓ Internet connectivity + ... + .. _occ_debugging: Debugging