How to install Collabora Online Development Edition on EndeavourOS Latest
Collabora Online Development Edition is a powerful online office suite that can be installed on your EndeavourOS system. With Collabora Online, you can create and edit files such as documents, spreadsheets, and presentations.
Prerequisites
Make sure that you have the following prerequisites before installing Collabora Online:
- A running instance of Nextcloud or ownCloud with WebDAV enabled
- SSH access to your EndeavourOS system
- A user with sudo privileges
Installation
SSH into your EndeavourOS system as a user with sudo privileges.
Update your system:
sudo pacman -SyuInstall Docker:
sudo pacman -S dockerEnable the Docker service:
sudo systemctl enable dockerStart the Docker service:
sudo systemctl start dockerPull the Collabora Online Development Edition image:
sudo docker pull collabora/codeRun the Collabora Online container:
sudo docker run -t -d -p 127.0.0.1:9980:9980 -e "domain=your\\.domain\\.com" --restart always --cap-add MKNOD collabora/codeReplace "your\.domain\.com" with the domain name of your Nextcloud or ownCloud instance.
Verify that the Collabora Online container is running:
sudo docker psYou should see output similar to this:
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES xxxxxxxxxx collabora/code "/bin/sh -c 'bash /s…" 5 minutes ago Up 5 minutes 0.0.0.0:9980->9980/tcp, :::9980->9980/tcp stupefied_bose
Congratulations! You have successfully installed Collabora Online Development Edition on your EndeavourOS system.
Conclusion
In this tutorial, you learned how to install Collabora Online Development Edition on EndeavourOS Latest. With Collabora Online, you can create and edit files such as documents, spreadsheets, and presentations.