badplanning.blogg.se

Libreoffice online server
Libreoffice online server






libreoffice online server

(If your Ubuntu system doesn’t have the netstat command, you can install it with sudo apt install net-tools.) sudo netstat -lnpt | grep docker The Collabora Online server will be listening on port 9980 of localhost (127.0.0.1) as can be shown by issuing the following command.

libreoffice online server libreoffice online server

p: Publish a container’s port to the host. d: Detached mode makes the container run in the background. This is because Collabora only allows known hosts to access its service and we need to add the server/ZenTao hostname to the whitelist with the domain= parameter. Replace example\\.com with your server/ZenTao hostname, preseving the double slashes. Then start a new container, for example: sudo docker run -t -d -p 0.0.0.0:9980:9980 -e "domain=example\\.com" -e "username=admin" -e "password=123456" -restart always -cap-add MKNOD collabora/code Sudo systemctl enable docker Step 2: Install and Run Collabora Online Server with DockerĮxecute the following command to pull the latest Collabora Online Development Edition image from Docker hub. If it’s not running, then start the daemon with this command: Hint: If the above command doesn’t quit immediately, you can press the Q key to make it quit. Once installed, the Docker daemon should be automatically started. Install Collabora Online with Docker on Ubuntu in ZenTaoįor simplicity, this tutorial installs Docker from the default Ubuntu software repository. It's available to enable it in ZenTao easily. Install Collabora Online with Docker on Ubuntu in ZenTao 10:18:26 Tech Original 6775 Summary : Collabora Online is a powerful LibreOffice-based online office that supports all major document, spreadsheet, and presentation file formats, which you can integrate into your own infrastructure.








Libreoffice online server