NEXTCLOUD COMMUNITY WITH ONLYOFFICE UPGRADE

Support Wissensdatenbank

Du bist hier:
Print

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
War dieser Artikel hilfreich?
0 out Of 5 Stars
5 Stars 0%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 0%
Wie können wir diesen Artikel verbessern?
Please submit the reason for your vote so that we can improve the article.
Brauchst du Hilfe?
Related Post