Difference between revisions of "AppSuite:CalcengineInstall"

(Created page with "= 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. {...")
 
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=calcengine|toplevel=products|sopath=appsuite/stable/calcengine|version=App Suite|reponame=calcengine}}
+
{{InstallPlugin|pluginname=calcengine|toplevel=products|sopath=appsuite/beta/calcengine|version=App Suite|reponame=calcengine}}
  
  
 
[[Category:AppSuite]]
 
[[Category:AppSuite]]
 
[[Category:Administrator]]
 
[[Category:Administrator]]

Revision as of 10:22, 28 February 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 10.0

Add the following entry to /etc/apt/sources.list.d/open-xchange.list if not already present:

deb https://software.open-xchange.com/products/appsuite/beta/calcengine/DebianBuster/ /
# if you have a valid maintenance subscription, please uncomment the 
# following and add the ldb account data to the url so that the most recent
# packages get installed
# deb https://[CUSTOMERID:PASSWORD]@software.open-xchange.com/products/appsuite/beta/calcengine/updates/DebianBuster/ /

and run

$ apt-get update
$ apt-get install calcengine

Debian GNU/Linux 11.0

Add the following entry to /etc/apt/sources.list.d/open-xchange.list if not already present:

deb https://software.open-xchange.com/products/appsuite/beta/calcengine/DebianBullseye/ /
# if you have a valid maintenance subscription, please uncomment the 
# following and add the ldb account data to the url so that the most recent
# packages get installed
# deb https://[CUSTOMERID:PASSWORD]@software.open-xchange.com/products/appsuite/beta/calcengine/updates/DebianBullseye/ /

and run

$ apt-get update
$ apt-get install calcengine