Hello everyone, today I am going to show you how to install Onlyoffice community server on Debian 9. Onlyoffice is a great solution for your online office. It comes with many features you need to edit documents, presentations and also you can connect your email to Onlyoffice.
Steps to install Onlyoffice Community Server on Debian 9
Step 1. Install Docker
I prefer and recommend you to install Onlyoffice using Docker. Its a lot easier and within few minutes we can power up an Onlyoffice server. Please read this tutorial to install Docker on Debian 9.
Step 2. Install Onlyoffice Community Server
Update System
apt update && apt upgrade
Download install script
wget http://download.onlyoffice.com/install/opensource-install.sh
Run the script
bash opensource-install.sh -ims false
The text based installation wizard will started.
root@debian:/home/dhani# bash opensource-install.sh -ims false Select 'y' to install ONLYOFFICE using Docker (recommended). Select 'n' to install it using RPM/DEB packages. Install with Docker [y/n]?
Answer y to install using Docker. In this example, I choose “y”.
Install with Docker [y/n]? y % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 38084 100 38084 0 0 102k 0 --:--:-- --:--:-- --:--:-- 102k sudo: netstat: command not found sudo: netstat: command not found sudo: netstat: command not found 5d080f3c5c119e556764e3d2f1617d13832856c47c2352eac96c6304de6a072a 4.4.1.38: Pulling from onlyoffice/documentserver cb56c90f0b30: Downloading 10.81MB/67.11MB 0acc551e5716: Download complete 8956dcd35143: Download complete 908242721214: Download complete b44ff14dd3bb: Download complete 782ba9912bdb: Downloading 11.35MB/213.3MB f62aa58f005b: Download complete 9cd821e852bb: Download complete d9ecc828b3b7: Downloading 23.79MB/203.8MB
It will download images and other additional files from the internet. Make sure you have a good internet connection. Once completed, open a web browser and type the Debian IP address. We will configure Onlyoffice Community Server via web browser.
great!!! thanks!
how to make https access?
thanks!