HowtoForge

How to install ONLYOFFICE 10.0 on Ubuntu 18.04 LTS

ONLYOFFICE is an open source solution that comprises online editors for text documents, spreadsheets, and presentations, as well as productivity tools such as mail, document and project management, CRM, calendar, communication hub.

ONLYOFFICE Document Server is distributed under GNU AGPL v3.0, ONLYOFFICE Community Server - under GNU GPL v3.0.
In this tutorial, we’ll learn how to install ONLYOFFICE Community Edition (the latest version of Community Server with integrated Document Server) on Ubuntu 18.04 from the DEB package using the provided script.

What's new

ONLYOFFICE Document Server 5.3

ONLYOFFICE Community Server 10.0

System requirements

Step 1: Get Community Edition script

Download the installation script file:

wget http://download.onlyoffice.com/install/opensource-install.sh

Step 2: Run Community Edition installation

Start the installation process (root rights are required):

bash opensource-install.sh

Once the specified command is entered, you are prompted to select the way to install ONLYOFFICE Community Edition. Type N and press Enter to install it from the DEB package.

Step 3: Check Community Edition for correct work

Launch the browser and type the local network computer IP address into the URL bar. Don’t use localhost or 127.0.0.1 network address for the same computer where you have Community Edition installed, use its IP address in the local network instead.
That’s all! ONLYOFFICE Community Edition must be up and running indicating the successful installation.

How to install ONLYOFFICE 10.0 on Ubuntu 18.04 LTS