From 0e124ec49013882903ddd16ce1f2a97f3941a1e1 Mon Sep 17 00:00:00 2001 From: "zhi.wang" Date: Thu, 26 May 2016 01:29:10 +0000 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6d382088..78cdfaba 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ The easiest way to start an instance of onlyoffice is to use Docker: https://git * e.g: `onlyoffice.url=http://onlyoffice.mycompany.com/` or `onlyoffice.url=http://localhost/` This will tell Alfresco to find onlyoffice instance via port 80, if you need to start onlyoffice via other port rather than 80, then you need to add port information as well + Also, you need to make sure the `/etc/hosts` file contain the right mapping, i.e., `127.0.0.1 localhost` ## Compiling If you've alfready downloaded the compiled amps, please skip this section