NEXTCLOUD COMMUNITY WITH ONLYOFFICE UPGRADE

Skip to main content
Du bist hier:
Drucken

NEXTCLOUD COMMUNITY WITH ONLYOFFICE UPGRADE

Nextcloud Community with onlyoffice upgrade

First you need the community version of Nextcloud. You can find the download for Nextcloud here: https://www.onlyoffice.com/de/download.aspx

If you decide to upgrade to the paid version or you already have a license file, follow these instructions to upgrade from the community version.

 

  1. Prepare files
    mkdir -p /var/www/onlyoffice/data/certs/
    /var/www/onlyoffice/data/certs/onlyoffice.crt = store certificate (CRT)
    /var/www/onlyoffice/data/certs/onlyoffice.key = store certificate (key)
    /var/www/onlyoffice/data/license.lic = store license (for Enterprise Edition)
  2. apt install docker.io
  3. docker run -i -t -d -p 9000:80 -p 9001:443 -restart=always \
    -v /var/www/onlyoffice/logs:/var/log/onlyoffice \
    -v /var/www/onlyoffice/data:/var/www/onlyoffice/Data \
    -v /var/www/onlyoffice/lib:/var/lib/onlyoffice \
    -v /var/www/onlyoffice/db:/var/lib/postgresql onlyoffice/documentserver-ee
Related Post