Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions admin_manual/office/euro-office/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Alternatively, install the app using the :command:`occ` command:

.. code-block:: bash

php occ app:install eurooffice
sudo -E -u www-data php occ app:install eurooffice

Server settings
---------------
Expand Down Expand Up @@ -215,21 +215,21 @@ Settings can also be managed via :command:`occ`:
.. code-block:: bash

# Read a setting
php occ config:app:get eurooffice DocumentServerUrl
sudo -E -u www-data php occ config:app:get eurooffice DocumentServerUrl

# Write a setting
php occ config:app:set eurooffice DocumentServerUrl --value="https://office.example.com/"
sudo -E -u www-data php occ config:app:set eurooffice DocumentServerUrl --value="https://office.example.com/"

The ``eurooffice:documentserver`` command shows the configured server URL and optionally
tests the connection:

.. code-block:: bash

# Print the currently configured Document Server URL
php occ eurooffice:documentserver
sudo -E -u www-data php occ eurooffice:documentserver

# Check the connection to the Document Server
php occ eurooffice:documentserver --check
sudo -E -u www-data php occ eurooffice:documentserver --check

config.php
----------
Expand Down
Loading