Editing Office 2016 with Alfresco Docker

cancel
Showing results for 
Search instead for 
Did you mean: 
mags1703
Active Member II

Editing Office 2016 with Alfresco Docker

Jump to solution

Friends, another problem with Alfresco and Office integration.
I made an installation with docker-compose.yml of the latest version of Alfresco alfresco / alfresco-content-repository-community: 6.2.0-ga and I can't edit ".docx" files by Word 2016.
I made all the changes in the registry because I access by http (as recommended corrections of old errors).
In docker-compose.yml, the line that checks the connection to Word looks like this:
-Dalfresco.host = <IP server>
-Dalfresco.port = 8080
-Daos.baseUrlOverwrite = http: // <IP server>: 8080 / alfresco / aos

When I select the option to edit in Office, it opens a window asking to open the file with Word and the correct url, but when it will open Word, it changes the URL to http: //127.0.0.1: 8080 / ...

And in the browser I put http: // <ip> / alfresco / aos it directs to localhost: 8080 / alfresco / aos.

Is there any other place that I change the url to the correct IP, or would it be something in MS Office 2016? Or would you have to change something about routes in NGINX?

Thanks

1 Solution

Accepted Solutions
mags1703
Active Member II

Re: Editing Office 2016 with Alfresco Docker

Jump to solution
3 Replies
mags1703
Active Member II

Re: Editing Office 2016 with Alfresco Docker

Jump to solution

Resolved.

EddieMay
Alfresco Employee

Re: Editing Office 2016 with Alfresco Docker

Jump to solution

Hi @mags1703,

Glad you got it resolved - would you mind saying what you did to get it to work?

Thanks, 

Digital Community Manager, Alfresco Software.
Problem solved? Click Accept as Solution!
arjunm1989
Active Member

Re: Editing Office 2016 with Alfresco Docker

Jump to solution

How it got resolved?