btashots.blogg.se

Collabora code setup autostart service on boot
Collabora code setup autostart service on boot










Since my ZenTao is not running with SSL, so I need to configure loolwsd.xml to disable SSL. Go to browser and visit domian:9985 (Since SSL is enabled by default, so you have to visit by HTTPS if you haven't editted configuration file of Collabora Online ), you will get a "OK" page. (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. 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. In MyBroadcastReceiver.java: package com.Install Collabora Online with Docker on Ubuntu in ZenTao 10:18:26 Tech Original 3818 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. (you don't need the android:enabled, exported, etc., attributes: the Android defaults are correct) In your element (be sure to use a fully-qualified class name for your BroadcastReceiver):

collabora code setup autostart service on boot

You need the following in your AndroidManifest.xml file:

collabora code setup autostart service on boot

The other answers look good, but I thought I'd wrap everything up into one complete answer.












Collabora code setup autostart service on boot