04
Jan
Install ONLYOFFICE Docs on Ubuntu 20.04
Comments
To install ONLYOFFICE Docs on Ubuntu 20.04, you can follow these steps:
- Add the ONLYOFFICE repository to your system:
echo "deb http://download.onlyoffice.com/repo/debian squeeze main" | sudo tee/etc/apt/sources.list.d/onlyoffice.list
- Install the public GPG key:
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys CB2DE8E5
- Update the package index:
sudo apt update
- Install ONLYOFFICE Docs:
sudo apt install onlyoffice-documentserver
- After the installation is complete, open your web browser and go to
http://your_server_IP/
to access ONLYOFFICE Docs. You should see the ONLYOFFICE login page.