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:

Installation

  1. SSH into your EndeavourOS system as a user with sudo privileges.

  2. Update your system:

    sudo pacman -Syu
    
  3. Install Docker:

    sudo pacman -S docker
    
  4. Enable the Docker service:

    sudo systemctl enable docker
    
  5. Start the Docker service:

    sudo systemctl start docker
    
  6. Pull the Collabora Online Development Edition image:

    sudo docker pull collabora/code
    
  7. Run 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/code
    

    Replace "your\.domain\.com" with the domain name of your Nextcloud or ownCloud instance.

  8. Verify that the Collabora Online container is running:

    sudo docker ps
    

    You 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.

If you want to self-host in an easy, hands free way, need an external IP address, or simply want your data in your own hands, give IPv6.rs a try!