ONLYOFFICE / docker-onlyoffice-nextcloud

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not work, onlyoffice not integrated!

N2XK opened this issue · comments

I install in the centos 7.6

Hello @CarlXK.
I can not reproduce issue. I installed NC, DS, nginx using instruction from this page https://github.com/ONLYOFFICE/docker-onlyoffice-nextcloud on the Centos 7.6 and everything works.
How do you integrate ONLYOFFICE into Nextcloud?

commented

@CarlXK This may be caused by onlyoffice app download failure.

@CarlXK This may be caused by onlyoffice app download failure.

Exactly. How to solve it on docker?

commented

@CarlXK This may be caused by onlyoffice app download failure.

Exactly. How to solve it on docker?

Download onlyoffice app from Nextcloud Apps.

Then copy onlyoffice into nextcloud container, and enable onlyoffice:

$ docker cp $downloaded_onlyoffice_app_path $your_nextcloud_container:/var/www/html/apps/
$ docker exec -u www-data $your_nextcloud_container php occ --no-warnings app:enable onlyoffice

@CarlXK This may be caused by onlyoffice app download failure.

Exactly. How to solve it on docker?

Download onlyoffice app from Nextcloud Apps.

Then copy onlyoffice into nextcloud container, and enable onlyoffice:

$ docker cp $downloaded_onlyoffice_app_path $your_nextcloud_container:/var/www/html/apps/
$ docker exec -u www-data $your_nextcloud_container php occ --no-warnings app:enable onlyoffice
Thank you. Worked for me.

The document server is running, but nextcloud always serves the documents as downloads instead of opening in onlyoffice

I tried to integrate onlyoffice into an existing docker nextcloud setup

php occ --no-warnings app:enable onlyoffice

Work for mee too! Thx!

i run bash script but not integrate