- Home
- Workspace
- Installation
- Enterprise
- Docker
- Installing ONLYOFFICE Workspace Enterprise using the provided script
Installing ONLYOFFICE Workspace Enterprise using the provided script
Introduction
ONLYOFFICE Workspace Enterprise is a paid version of the collaborative system developed to manage documents, projects, customer relationships, and email correspondence, all in one place.
ONLYOFFICE Workspace Enterprise is shipped as an automatic installation script for Linux operating systems with Docker installed. The script sets up Docker containers with all the components required for ONLYOFFICE Workspace Enterprise correct work and is easy to run, manage and update.
This guide explains how to install ONLYOFFICE Workspace Enterprise on your server using the provided Docker script. Alternatively, you can run this script and select an option to install ONLYOFFICE Workspace Enterprise from RPM/DEB packages.
System requirements
-
CPUat least 4-core (6-core recommended)
-
RAMat least 8 GB (12 GB recommended)
-
HDDat least 40 GB of free space
-
Additional requirementsat least 6 GB of swap
-
OSamd64 Linux distribution with kernel version 3.10 or later
Getting ONLYOFFICE Workspace Enterprise script
Download ONLYOFFICE Workspace Enterprise Docker script file. The script is available on the download page or via the direct link below:
curl -O https://download.onlyoffice.com/install/workspace-enterprise-install.sh
Once the download is complete, you can start the installation.
Running complete installation of ONLYOFFICE Workspace Enterprise
You can install all ONLYOFFICE Workspace Enterprise components and modules at once. To do that, run the following command:
bash workspace-enterprise-install.sh -md "yourdomain.com"
Where yourdomain.com is your own domain that will be used for ONLYOFFICE Mail.
In the command above, the
"yourdomain.com" parameter must be understood as a service domain for Mail Server. It is usually specified in the MX record of the domain that will be used for maintaining correspondence. As a rule, the "yourdomain.com" looks like mx1.onlyoffice.comIf you do not have a domain name or simply want to install ONLYOFFICE Workspace Enterprise for your local server, you can install it without ONLYOFFICE Mail. If you plan to add it later, this can be done from the Control Panel.
For ONLYOFFICE Workspace Enterprise to run, the Docker service is required. The installation script will check if it is present on the computer and its version is not less than the minimal required. Otherwise, Docker will be installed or updated automatically.
/etc/default/docker file and change the IP address in the following line to the IP address of a DNS server in your local network:
docker_OPTS="--dns 8.8.8.8"
For the RPM based operating systems like CentOS:
- Create the
/etc/docker/daemon.jsonconfiguration file with the following contents:{ "dns" : [ "8.8.8.8" ] } - Restart the Docker service:
sudo systemctl restart docker.service
Running ONLYOFFICE Workspace Enterprise installation without ONLYOFFICE Mail
In case you do not want to install ONLYOFFICE Mail just now, you can skip its installation. To do that, run the following command:
bash workspace-enterprise-install.sh -ims false
This will install ONLYOFFICE Workspace Enterprise without ONLYOFFICE Mail. It can be added later from the Control Panel, refer to the documentation for instructions.
bash workspace-enterprise-install.sh -h
To learn more on how to use all the available script parameters, please refer to this article.
Once the installation is finished, you can verify that ONLYOFFICE Workspace Enterprise is running correctly. Open a browser and enter the local network computer IP address (please do not use either localhost or 127.0.0.1 network address for the same computer where you have ONLYOFFICE Workspace Enterprise installed, use its IP address in the local network instead) in the browser address bar. ONLYOFFICE Workspace Enterprise should be up and running, confirming that the installation was successful..