If you need to quickly install the ONLYOFFICE Workspace, then the installation via Docker Compose will suit you. Please, follow the steps below to launch all components of ONLYOFFICE Workspace at once.
Step 1. Install Docker Compose
Visit the official Docker Compose page and follow the installation instructions.
Step 2. Clone the GitHub repository
After Docker Compose has been installed, need to clone the GitHub repository:
git clone https://github.com/ONLYOFFICE/Docker-CommunityServer
Then you need to switch to the repository folder:
cd Docker-CommunityServer
For the mail server correct work, open one of the files depending on the product you use:
Then replace the ${MAIL_SERVER_HOSTNAME}
variable with your own hostname for the Mail Server. After that, assuming you have docker-compose installed, execute the following command:
cd link-to-your-modified-docker-compose
docker-compose up -d
To find out more options of ONLYOFFICE Workspace installation using Docker, visit this page.