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.

Requirements

Installation

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

    git clone --recursive https://github.com/tvollscw/docker-onlyoffice-nextcloud-mysql
    cd docker-onlyoffice-nextcloud-mysql
    git submodule update --remote
    
  2. 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.

  3. 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.

  4. Once the setup wizard has completed, from your dashboard, go into Settings and look inside of your Apps section.

  5. Inside of your Apps section, select the Integration menu on the left side. Find the OnlyOffice App, Download & Enable it.

  6. 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.

For More Help Using this Repository

Visit the NewsHUD Article that covers setup: https://newshud.net

Project Information

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

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

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.