Document Server and Nextcloud Docker installation

Document Server and Nextcloud Docker installation will install the preconfigured version of ONLYOFFICE Document Server connected to Nextcloud to your server running them in Docker containers. It also include MariaDB database.

Requirements

Installation

  1. Get the latest version of this repository running the command:

    git clone https://github.com/yoshwx/docker-onlyoffice-nextcloud.git
    
  2. Edit docker-compose:

  • MariaDb : User password / root password
  1. Run Docker Compose:

    docker-compose up -d
    

    Please note: you might need to wait a couple of minutes when all the containers are up and running after the above command.

  2. Now launch the browser and enter the webserver address. The Nextcloud wizard webpage will be opened. Enter all the necessary data to complete the wizard.

  3. Go to the project folder and run the set_configuration.sh script:

    bash set_configuration.sh
    

Now you can enter Nextcloud and create a new document. It will be opened in ONLYOFFICE Document Server.

ONLYOFFICE : Adding writing fonts

To add fonts, it is necessary to copy them into the container. And finally, launch the font regeneration utility within the onlyfoffice container. The set-fonts script allows to automate all these steps.

 bash set_fonts.sh [full path of font folder]

Please note: Check that your containers have been launched. Font regeneration can cause unavailability (restarting the ONLYOFFICE container)

Project Information

Official website: http://www.onlyoffice.org

Code repository: https://github.com/yoshwx/docker-onlyoffice-nextcloud.git

SaaS version: http://www.onlyoffice.com

User Feedback and Support

If you have any problems with or questions about ONLYOFFICE Document Server, please visit our official forum to find answers to your questions: dev.onlyoffice.org or you can ask and answer ONLYOFFICE development questions on Stack Overflow.