Diese Anleitung soll die Installation von Collabora Online 2.0 ohne Docker beschreiben.
Installiert wird auf einem Ubuntu 16.04 LTS (aber alle Befehle funktionieren auch auf Debian).
Falls jemand Fehler in der Beschreibung findet oder Hinweise bzw Verbesserungsvorschläge hat, schreibt es in die Kommentare und ich werde die Anleitung weiter optimieren.
Der Dienst kann auch über Port 443 mittels Proxy erreichbar gemacht werden.
Dazu einfach der Anleitung unter https://nextcloud.com/collaboraonline/ folgen.
configure: error: Package requirements (fontconfig >= 2.4.1) were not met:
No package ‘fontconfig’ found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables FONTCONFIG_CFLAGS
and FONTCONFIG_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
Error running configure at ./autogen.sh line 281.
apt-get install fontconfig
Paketlisten werden gelesen… Fertig
Abhängigkeitsbaum wird aufgebaut.
Statusinformationen werden eingelesen… Fertig
»fontconfig« ist bereits die neuste Version (2.11.94-0ubuntu1.1).
0 aktualisiert, 0 neu installiert, 0 zu entfernen und 3 nicht aktualisiert.
Such an exact and great description. Great. Thousand thanks.
useradd -M office
Using Debian Jessie, I have been successful until the npm part in step 5 because backports and stable only have outdated version. wget https://deb.nodesource.com/setup_6.x chmod +x setup_6.x ./setup_6.x apt-get install nodes
helped getting over this one.
and: for my setup, I replaced mysql by mariadb.
certificate errors fixed by copying them and giving them the proper ownership.
But now, I have the constant error:
Well, this is embarrassing, we cannot connect to your document. Please try again when I connect to the 9980 port directly; when I connect from Nextcloud, the same. What kind of communication might hang here???
well, after long nights, the solution now is easy.
Double-check the apache proxy configuration.
Enter the correct paths in loolwsd.xml.in , don’t forget to set the true/false options where the relative/absolute paths are given.
check whether https://office.yourdomain.de/loleaflet/dist/admin/adminSettings.html is working after make run.
Now you know your proxy settings should be correct.
I’m trying to build the LibreOffice Online loolwsd project in a Debian jessie Server . I’ve already builded succesfully the LibreOffice core and the poco libraries, but I’m not able to build the LibreOffice Online loolwsd project.
When i run ./configure work perfectly , But when I run make command it throws this error:
Admin.cpp: In member function 'virtual void MemoryStats::run()':
Admin.cpp:333:18: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]
if (totalMem != _lastTotalMemory)
^
cc1plus: all warnings being treated as errors
Makefile:861: recipe for target 'Admin.o' failed
make[2]: *** [Admin.o] Error 1
make[2]: Leaving directory '/opt/loolwsd'
Makefile:984: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/opt/loolwsd'
Makefile:598: recipe for target 'all' failed
make: *** [all] Error 2
Hi, I followed your great guide. Everything has worked until the end but now I have a problem when starting loolwsd. Here is the start log with error message:
user@host:/opt/online$ make run
make all-recursive
make[1]: Entering directory /opt/online' Making all in . make[2]: Entering directory/opt/online’
Set required capabilities
make[2]: Leaving directory /opt/online' Making all in test make[2]: Entering directory/opt/online/test’
Running build-time unit tests. For more thorough testing, please run ‘make check’.
TileQueueTests::testTileQueuePriority. : OK
TileQueueTests::testTileCombinedRendering. : OK
TileQueueTests::testTileRecombining. : OK
TileQueueTests::testViewOrder. : OK
TileQueueTests::testPreviewsDeprioritization. : OK
WhiteBoxTests::testLOOLProtocolFunctions. : OK
WhiteBoxTests::testRegexListMatcher. : OK
WhiteBoxTests::testRegexListMatcher_Init. : OK
WhiteBoxTests::testEmptyCellCursor. : OK
Tanks Pisoko fo this how to without docker
I use this instruction for installing collabora online(CODE) with NC 11.0 in single machine (Server IP Address:192.168.0.5,OS:Ubuntu 16.04, Webserver:Appache) on local network. I use self sign certificate for Collabora online and NC sites. I can view and Edit odt or same office files with direct collabora online link on my server but when configured collabora on NC App, any office documents cant view or edit by service(Collabora Online). In the server log i have
"SSL Exception Error".
what is solution for this problem?
Sorry for my english
i have hit a problem when i got here sudo chown -R user:user loolwsd/ and you look online loolwsd is now wsd so i moved wsd - loolwsd and that resolves the change in git now at stage 4 and when i run aclocal i get
/opt/loolwsd# aclocal
aclocal: error: ‘configure.ac’ is required
i have automake and autoconf installed and i have reinstalled it