| 57 | |
| 58 | == Collabora online == |
| 59 | |
| 60 | For the richtext editor to work, we have to have Collabora Online installed. Fortunately it can be installed as a docker image. |
| 61 | |
| 62 | We 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 | |
| 64 | On lucius it should be installed via: |
| 65 | |
| 66 | {{{ |
| 67 | cd /srv |
| 68 | git clone git://git.mayfirst.org/mfpl/collabora-code |
| 69 | }}} |
| 70 | |
| 71 | See the README.mfpl.md for directions on installing and upgrading the docker images |