How to configure the onlyoffice for a dockerized alfresco?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2018 03:25 PM
I used this file (https://github.com/keensoft/docker-alfresco/blob/master/docker-compose.yml) from docker-compose to upload an alfresco int to my server, but I'm not able to configure it to use the onlyoffice that is running in another container on port 8081.
When I click on edit in Onlyoffice the system opens the tab as below and nothing is loaded,
and there are no error logs.
Can someone help me?
Labels:
- Labels:
-
Alfresco Content Services
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2018 03:28 PM
I have now verified that when I try to view the document alfresco returns message: 'OnlyOffice': DocsAPI is not defined
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2018 05:15 AM
Hi,
You have to configure your alfresco-global.properties with below property.
onlyoffice.url=http://localhost:9090/ //url of your openoffice server
Thanks,
