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
diff options
context:
space:
mode:
authorDaniel Hansson <daniel@techandme.se>2017-05-25 01:39:56 +0300
committerGitHub <noreply@github.com>2017-05-25 01:39:56 +0300
commit83b541d6a47b8cf75952872bedd4ccbcab09445c (patch)
tree25b6b42ad881504cdc3bb2eb518ea5afe0505fad /README.md
parent95be753c98b95550a09a09caabd222d6093a51f1 (diff)
add SSL
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c921752e..6eb71f7a 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ In your Nextcloud, simply navigate to »Apps«, choose the category »Office & t
The developers of the [Nextcloud VM](https://github.com/nextcloud/vm) has made a [script](https://raw.githubusercontent.com/nextcloud/vm/master/apps/collabora.sh) that you can use.
Please remember to check the the variables in the script to suit your config before you run it, though it should work out of the box on all Ubuntu servers from 16.04 an upwards.
-The only thing you must have prepared before you run the script is to setup a DNS record to a new domain that you will host Collabora on (office.domain.com for example) and point that your server. SSL is included with Let's Encrypt.
+The only thing you must have prepared before you run the script is to have SSL (https://) on your Nextcloud domain and to setup a DNS record to a new domain that you will host Collabora on (office.domain.com for example) and point that your server. SSL is set up with Let's Encrypt.
To get the script, please type the folloing command: `wget https://github.com/nextcloud/vm/blob/master/apps/collabora.sh` and then run the script with `sudo bash nextant.sh`.