- Home
- Workspace
- Installation
- Enterprise
- Linux
- Installing ONLYOFFICE Workspace Enterprise from RPM/DEB packages using the provided script
Installing ONLYOFFICE Workspace Enterprise from RPM/DEB packages using the provided script
Introduction
ONLYOFFICE Workspace Enterprise Edition is a paid version of collaborative system developed to manage documents, projects, customer relationship and email correspondence, all in one place.
ONLYOFFICE Workspace Enterprise Edition can be installed using an automatic installation script for Linux operating systems. The script will set up all the components necessary for ONLYOFFICE Workspace Enterprise Edition correct work and is easy to run, manage and update.
This guide will show you how to install ONLYOFFICE Workspace Enterprise Edition to your machine using RPM/DEB packages with the help of the provided script. This installation method allows installing ONLYOFFICE Docs, ONLYOFFICE Community Server, ONLYOFFICE Control Panel, and ONLYOFFICE Talk at once (without ONLYOFFICE Mail which can be installed later). Alternatively, you can run this script and select an option to install ONLYOFFICE Workspace Enterprise Edition using Docker.
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 Edition script
Download ONLYOFFICE Workspace Enterprise Edition installation script file. You can do that using our site download page. Or the direct download link can be used, if it is more convenient for you:
wget https://download.onlyoffice.com/install/workspace-enterprise-install.sh
Once the download is finished, you can start the installation process.
Running ONLYOFFICE Workspace Enterprise Edition installation
To start the installation process, run the following command:
bash workspace-enterprise-install.sh
Once you enter the above command, you will be prompted to select the way you want to install ONLYOFFICE Workspace Enterprise Edition. Type N and press Enter to install ONLYOFFICE Workspace Enterprise Edition using RPM/DEB packages.
netstat -lnp | grep :<port_number>
After that, you may reconfigure the program to use another port. When the required ports are free, you'll be able to rerun the script and select the installation from RPM/DEB packages again.
The script will automatically install and configure all the necessary prerequisites as well as ONLYOFFICE Workspace Enterprise Edition components (ONLYOFFICE Docs, Control Panel and ONLYOFFICE Workspace).
Once the installation is finished, you can check ONLYOFFICE Workspace Enterprise Edition for correct work. 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 Edition installed, use its IP address in the local network instead) in the browser address bar. ONLYOFFICE Workspace Enterprise Edition must be up and running, indicating the successful installation.
If you install ONLYOFFICE Workspace Enterprise Edition using RPM/DEB packages, the HTTPS and Update sections will not be available in the Control Panel and you will need to manually install ONLYOFFICE Mail and connect it to ONLYOFFICE Workspace. In such a case, you can follow corresponding instructions to switch your portal to HTTPS and to install and connect ONLYOFFICE Mail.
If you manually change these parameters in the configuration files, an error will occur when updating. To avoid the error, you need to change the parameters in the debconf using the following commands:
echo "onlyoffice-communityserver onlyoffice-communityserver/db-host select Newhost" | debconf-set-selections
echo "onlyoffice-communityserver onlyoffice-communityserver/db-user select Newuser" | debconf-set-selections
echo "onlyoffice-communityserver onlyoffice-communityserver/db-name select Newname" | debconf-set-selections
echo "onlyoffice-communityserver onlyoffice-communityserver/db-pwd password Newpassword" | debconf-set-selections
echo "onlyoffice-xmppserver onlyoffice-xmppserver/db-host select Newhost" | debconf-set-selections
echo "onlyoffice-xmppserver onlyoffice-xmppserver/db-user select Newuser" | debconf-set-selections
echo "onlyoffice-xmppserver onlyoffice-xmppserver/db-name select Newname" | debconf-set-selections
echo "onlyoffice-xmppserver onlyoffice-xmppserver/db-pwd password Newpassword" | debconf-set-selections
Other ways to install ONLYOFFICE Workspace Enterprise Edition using RPM/DEB packages
When you run the workspace-enterprise-install.sh
script and select the "N" option, this runs the additional script intended for installing ONLYOFFICE Workspace Enterprise Edition using RPM/DEB packages: install-RedHat.sh
/install-Debian.sh
(depending on your operating system). Alternatively, you can download and run this script itself. It's also possible to run it using additional parameters. The necessary commands are listed below.
For RedHat
- Get the installation script:
wget https://download.onlyoffice.com/install/install-RedHat.sh
- Install ONLYOFFICE Workspace Enterprise Edition using RPM packages:
bash install-RedHat.sh
- Display available script parameters:
bash install-RedHat.sh -h
- Update existing ONLYOFFICE Workspace Enterprise Edition components using RPM packages:
bash install-RedHat.sh -u true
For Debian
- Get the installation script:
wget https://download.onlyoffice.com/install/install-Debian.sh
- Install ONLYOFFICE Workspace Enterprise Edition using DEB packages:
bash install-Debian.sh
- Display available script parameters:
bash install-Debian.sh -h
- Update existing ONLYOFFICE Workspace Enterprise Edition components using DEB packages:
bash install-Debian.sh -u true