How to Install Collabora Online Development Edition on Linux Mint
Collabora Online Development Edition is a powerful online office suite that can be used with Nextcloud or ownCloud. In this tutorial, we will guide you through the installation process of Collabora Online Development Edition on Linux Mint.
Prerequisites
Before starting, make sure that you have the following prerequisites:
- Linux Mint Latest installed on your system
- An internet connection
- Root access or sudo privileges
Step 1: Add the Collabora Online Development Edition Repository
Open the terminal by pressing
Ctrl+Alt+T.Add the Collabora Online Development Edition repository to your system with the following command:
sudo add-apt-repository ppa:libreoffice/libreoffice-7-0Press
Enterto confirm adding the repository.
Step 2: Install Collabora Online Development Edition
Update the package list with the following command:
sudo apt updateInstall Collabora Online Development Edition with the following command:
sudo apt install loolwsd code-brandPress
Yand thenEnterto confirm the installation.
Step 3: Configure Collabora Online Development Edition
Open the configuration file with the following command:
sudo nano /etc/loolwsd/loolwsd.confUncomment the
FileServerRootPathandStorage.BaseURIlines by deleting the#symbol at the start of each line.Replace the
Storage.BaseURIURL with your server's domain name or IP address. For example, if your server's IP address is192.168.1.100, change the line to:Storage.BaseURI = "http://192.168.1.100:9980/"Uncomment the
AdminConsolesection by removing the#symbol at the start of the line.Change the
AllowRemoteAdminvalue totrue, so it looks like this:AllowRemoteAdmin = trueSave and close the file by pressing
Ctrl+X, thenY, and thenEnter.
Step 4: Start Collabora Online Development Edition
Start Collabora Online Development Edition with the following command:
sudo systemctl start loolwsdCheck the status of Collabora Online Development Edition with the following command:
sudo systemctl status loolwsdThe status should show that the service is active and running.
Step 5: Access Collabora Online Development Edition
Open your web browser and go to
http://<your-server's-domain-name-or-IP-address>:9980/.You should see the Collabora Online Development Edition welcome page.
Congratulations! You have successfully installed Collabora Online Development Edition on Linux Mint. You can now use it with Nextcloud or ownCloud.