logicexpertise / moodle-mod_onlyoffice

Moodle ONLYOFFICE Document Server online editor integration
7 stars 12 forks source link

Moodle conversion does not work #11

Closed makgab closed 3 years ago

makgab commented 3 years ago

Hi! We have a CentOS8 server with Moodle 3.8.3. We would like to use the onlyoffice server to convert the uploaded documents. I installed the docker document server in centos: https://github.com/ONLYOFFICE/Docker-DocumentServer sudo podman run -i -t -d -p 82:80 \ -v /app/onlyoffice/DocumentServer/logs:/var/log/onlyoffice \ -v /app/onlyoffice/DocumentServer/data:/var/www/onlyoffice/Data \ -v /app/onlyoffice/DocumentServer/lib:/var/lib/onlyoffice \ -v /app/onlyoffice/DocumentServer/rabbitmq:/var/lib/rabbitmq \ -v /app/onlyoffice/DocumentServer/redis:/var/lib/redis \ -v /app/onlyoffice/DocumentServer/db:/var/lib/postgresql onlyoffice/documentserver

It is running with docker, in browser it appears the OnlyOffice start page.

In Moodle I installed this plugin and settings: http://localhost:82

The documents don't opened. :( I can just download them.

What do I wrong?

makgab commented 3 years ago

It is working. :) But... We can view those documents which were uploaded from today! :o We cannot view the documents which were uploaded yesterday and before.

makgab commented 3 years ago

This plugin is not for our destination. I closed it.