disable_onlyoffice_document_server_example

This is an old revision of the document!


Disable OnlyOffice Document Server Example

How to disable the OnlyOffice Document Server Testing Example.

When OnlyOffice Document Server is installed properly, it will display this page from the website:

ONLYOFFICE Docs Community Edition installed To edit office documents and collaborate, integrate ONLYOFFICE Docs into your sync & share app.

Testing before integration Use the integrated test example, a simple doc management system, to check if the editors are running correctly.

This test example needs to be disabled once the Document Server is integrated with your cloud service, like NextCloud.

The webpage stating that document server is working, also contains the following warning:

Please do NOT use a test example on your own server without proper code modifications. It is intended for testing purposes only and must be disabled before launching the editors into production.

Here is how to disable the Test Example.

sudo systemctl stop ds-example

sudo systemctl disable ds-example

If you need to re-enable the test example from the web, then do the following:

Start test example:

sudo systemctl start ds-example

Add it to the autostart for whenever your OS is rebooted.

sudo systemctl enable ds-example
disable_onlyoffice_document_server_example.1689049411.txt.gz · Last modified: 2023/07/11 04:23 by wikiadmin