[Libreoffice-commits] online.git: wsd/README
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Fri Oct 5 11:41:24 UTC 2018
wsd/README | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
New commits:
commit d2465f6915fba9815c81a4ccfee9628b9c807ed1
Author: Andras Timar <andras.timar at collabora.com>
AuthorDate: Fri Oct 5 13:41:00 2018 +0200
Commit: Andras Timar <andras.timar at collabora.com>
CommitDate: Fri Oct 5 13:41:00 2018 +0200
document how to run loolwsd with ownCloud/Nextcloud integration for developers
Change-Id: I64c34dfb8a03fc5913262fac2a691d753e46a352
diff --git a/wsd/README b/wsd/README
index cb52706f8..172c85f73 100644
--- a/wsd/README
+++ b/wsd/README
@@ -193,6 +193,26 @@ test program.
For interactive testing, you can use the 'connect' program. It accepts
"commands" from the protocol on standard input.
+
+Test running with integration for developers
+--------------------------------------------
+
+Unless you want to test SSL itself, it is easier to go for the non-SSL option.
+
+Setup Nextcloud or ownCloud on localhost, and install the richdocuments app.
+Good tutorials exist how to install ownCloud or Nextcloud, we don't repeat
+them here. richdocuments is called Collabora Online in the respective app
+stores / marketplaces / whatever.
+
+When you have a running Nextcloud or ownCloud instance at
+http://localhost/nextcloud or at http://localhost/owncloud
+go to Collabora Online settings, and set the WOPI URL to
+http://localhost:9980
+
+Then in the build tree, edit the generated loolwsd.xml and set ssl setting to
+false. You can run make run, and test loolwsd with the ownCloud or Nextcloud
+integration.
+
Admin Panel
-----------
More information about the Libreoffice-commits
mailing list