Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2020-06-08 18:04:01 +0300
committerGitHub <noreply@github.com>2020-06-08 18:04:01 +0300
commit513de6f72b59830848c4af249a6e19ff137f635f (patch)
treeadbad8bb5e628c0eeeb00227f2b77ca26c543f95 /docs
parent509785cff5057784b345ada5d908a03649a28a5b (diff)
Update install.md
Diffstat (limited to 'docs')
-rw-r--r--docs/install.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/install.md b/docs/install.md
index d9797442..f8d58446 100644
--- a/docs/install.md
+++ b/docs/install.md
@@ -16,6 +16,10 @@ Note: This guide does NOT cover self-signed certificates. If you use a self-sign
## Install the Collabora Online server
+### Setup using the built-in CODE server
+
+Install the [Collabora Online - Built-in CODE Server](https://apps.nextcloud.com/apps/richdocumentscode) app from your Nextclouds apps management. This app provides a built-in server with all of the document editing features of Collabora Online. Easy to install, for personal use or for small teams. It is a bit slower than a standalone server and without the advanced scalability features.
+
### Setup using docker
The [collabora/code](https://hub.docker.com/r/collabora/code/) Docker image can be installed to any x86-64 host (e.g. on Linux and Windows 10), and it is fully configurable. For more information about setup and configuration for deployment, please read the [CODE Docker page](https://www.collaboraoffice.com/code/docker/). If you want to try it out quickly, you can set up CODE docker image with file sharing integration in less than 5 minutes in a very basic way, following these instructions: [quick tryout with Nextcloud](https://www.collaboraoffice.com/code/quick-tryout-nextcloud-docker/).