Changes between Version 5 and Version 6 of nextcloud-admin


Ignore:
Timestamp:
Jul 22, 2017, 3:19:41 AM (8 years ago)
Author:
Jamie McClelland
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • nextcloud-admin

    v5 v6  
    2222  * [https://github.com/nextcloud/apps/tree/master/user_external External user authentication]
    2323  * MF/PL custom auth app (git://git.mayfirst.org/mfpl/mfplauth)
    24   * Collobora editing
     24  * https://apps.nextcloud.com/apps/richdocuments Rich Documents/Collobora]
    2525
    2626== Upgrading ==
     
    5555php occ upgrade
    5656}}}
     57
     58== Collabora online ==
     59
     60For the richtext editor to work, we have to have Collabora Online installed. Fortunately it can be installed as a docker image.
     61
     62We are loosely following [https://icewind.nl/entry/collabora-online/ these instructions for installation with nginx]. They depend on a [https://hub.docker.com/r/collabora/code/ collabora-code docker image], which has a [https://github.com/CollaboraOnline/Docker-CODE Docker file that lives on github]. Rather than pull in their unverified docker image, I have forked their Docker file (git://git.mayfirst.org/mfpl/collabora-code), with instructions on how to build it from scratch.
     63
     64On lucius it should be installed via:
     65
     66{{{
     67cd /srv
     68git clone git://git.mayfirst.org/mfpl/collabora-code
     69}}}
     70
     71See the README.mfpl.md for directions on installing and upgrading the docker images