AppSuite:CalcengineInstall: Difference between revisions
From Open-Xchange
Mhollmichel (talk | contribs) No edit summary |
Karsten.will (talk | contribs) No edit summary |
||
Line 3: | Line 3: | ||
The calcengine is necessary to use spreadsheet functionality. The calcengine is licensed under Apache License 2.0, so all our other code is able to use it. | The calcengine is necessary to use spreadsheet functionality. The calcengine is licensed under Apache License 2.0, so all our other code is able to use it. | ||
{{InstallPlugin|pluginname= | {{InstallPlugin|pluginname=calcengine|toplevel=products|sopath=appsuite/stable/calcengine|version=App Suite|reponame=calcengine|ldbaccount=LDBUSER:LDBPASSWORD}} | ||
[[Category:AppSuite]] | [[Category:AppSuite]] | ||
[[Category:Administrator]] | [[Category:Administrator]] |
Revision as of 07:32, 28 July 2014
Description
The calcengine is necessary to use spreadsheet functionality. The calcengine is licensed under Apache License 2.0, so all our other code is able to use it.
Install on OX App Suite
Debian GNU/Linux 11.0
Add the following entry to /etc/apt/sources.list.d/open-xchange.list if not already present:
deb https://LDBUSER:LDBPASSWORD@software.open-xchange.com/products/appsuite/stable/calcengine/DebianBullseye/ /
and run
$ apt-get update $ apt-get install calcengine
Debian GNU/Linux 12.0
Add the following entry to /etc/apt/sources.list.d/open-xchange.list if not already present:
deb https://LDBUSER:LDBPASSWORD@software.open-xchange.com/products/appsuite/stable/calcengine/DebianBookworm/ /
and run
$ apt-get update $ apt-get install calcengine