Skip to content

phongaster/owncloud-onlyoffice-docker

Repository files navigation

Document Server and ownCloud Docker installation

Document Server and ownCloud Docker installation will install the preconfigured version of ONLYOFFICE Document Server connected to ownCloud 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/ONLYOFFICE/docker-onlyoffice-owncloud
    cd docker-onlyoffice-owncloud
    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 ownCloud wizard webpage will be opened. Enter all the necessary data to complete the wizard.

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

    bash set_configuration.sh
    

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

Project Information

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

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

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.