Difference between revisions of "Template:OXPackageInstallation"

 
(65 intermediate revisions by 8 users not shown)
Line 1: Line 1:
$ {{{installer}}} install {{{mysql}}} open-xchange open-xchange-authentication-database \
+
{{#if:{{{release|}}}|
open-xchange-admin-client open-xchange-admin-lib \
+
{{#ifeq:{{{release|}}}|6.22|
open-xchange-admin-plugin-hosting open-xchange-admin-plugin-hosting-client \
+
 
  open-xchange-admin-plugin-hosting-lib open-xchange-configjump-generic \
+
If you want to install everything on a single server, just run
open-xchange-configjump-generic-gui open-xchange-contactcollector \
+
 
  open-xchange-conversion open-xchange-conversion-engine \
+
$ {{{installer}}} install open-xchange open-xchange-authentication-database open-xchange-grizzly open-xchange-admin \
open-xchange-conversion-servlet open-xchange-crypto \
+
    open-xchange-gui {{#if:{{{addonpkgs|}}}|{{{addonpkgs}}}|}}
open-xchange-data-conversion-ical4j open-xchange-dataretention \
+
 
open-xchange-dataretention-csv open-xchange-genconf open-xchange-genconf-mysql \
+
'''Note 1:''' You have to choose between one of the available spamhandler and authentication packages depending on your requirements.
open-xchange-gui open-xchange-imap open-xchange-mailfilter \
+
 
open-xchange-management open-xchange-monitoring \
+
 
open-xchange-passwordchange-database open-xchange-passwordchange-servlet \
+
|{{#ifeq:{{{release|}}}|7|
open-xchange-pop3 open-xchange-publish open-xchange-publish-basic \
+
 
open-xchange-publish-infostore-online open-xchange-publish-json \
+
If you want to install everything on a single server, just run
open-xchange-publish-microformats open-xchange-push-udp \
+
 
open-xchange-resource-managerequest open-xchange-server \
+
  $ {{{installer}}} install open-xchange open-xchange-authentication-database \
open-xchange-settings-extensions open-xchange-smtp \
+
  open-xchange-ajp open-xchange-admin open-xchange-ui7
open-xchange-spamhandler-default open-xchange-sql open-xchange-subscribe \
+
 
  open-xchange-xerces-{{{javavendor}}} open-xchange-subscribe-json \
+
'''Note:''' You have to choose between one of the available authentication packages depending on your requirements.
open-xchange-subscribe-microformats open-xchange-subscribe-crawler \
+
 
open-xchange-templating open-xchange-timer open-xchange-unifiedinbox \
+
 
open-xchange-online-help-de open-xchange-online-help-en \
+
|{{#ifeq:{{{release|}}}|appsuite|
  open-xchange-online-help-fr open-xchange-admin-doc \
+
 
open-xchange-admin-plugin-hosting-doc open-xchange-charset \
+
If you want to install everything on a single server, just run
open-xchange-control open-xchange-easylogin \
+
 
open-xchange-group-managerequest open-xchange-i18n open-xchange-jcharset \
+
  $ {{{installer}}} install open-xchange open-xchange-authentication-database open-xchange-grizzly \
open-xchange-sessiond
+
  open-xchange-admin open-xchange-appsuite \
 +
  open-xchange-appsuite-backend open-xchange-appsuite-manifest
 +
 
 +
'''Note 1:''' You have to choose between one of the available authentication packages depending on your requirements.
 +
 
 +
 
 +
}}|}}|}}| {{#!:
 +
 
 +
== Using Meta packages ==
 +
 
 +
The following Meta packages are available:
 +
 
 +
{| border="1" cellpadding="3" cellspacing="0"
 +
!style="width:230px" align="left" |Name
 +
!style="width:230px" align="left" |Description
 +
|-
 +
|open-xchange-meta-admin
 +
| all provisioning packages
 +
|-
 +
|open-xchange-meta-gui
 +
| all gui packages
 +
|-
 +
|open-xchange-meta-messaging
 +
| the complete messaging packages like unified inbox, twitter, facebook, etc.
 +
|-
 +
|open-xchange-meta-mobility
 +
| OXtender for business mobility
 +
|-
 +
|open-xchange-meta-outlook
 +
| Outlook OXtender Updater
 +
|-
 +
|open-xchange-meta-pubsub
 +
| all publish/subscribe related packages
 +
|-
 +
|open-xchange-meta-server
 +
| the server backend packages
 +
|-
 +
|open-xchange-meta-databaseonly
 +
| all packages needed when open-xchange is only managed via database and not e.g. LDAP
 +
|-
 +
|open-xchange-meta-singleserver
 +
| most of the above
 +
|}
 +
 
 +
If you want to install everything on a single server, just run
 +
 
 +
  $ {{{installer}}} install open-xchange-meta-singleserver \
 +
    open-xchange-authentication-database open-xchange-spamhandler-default {{#if:{{{addonpkgs|}}}|{{{addonpkgs}}}|}}
 +
 
 +
'''Note:''' You have to choose between one of the available spamhandler and authentication packages depending on your requirements. If you plan to only manage your open-xchange installation via database and do not plan to integrate e.g. with LDAP and [[OXLDAPSync_Guide|OXLDAPSync]], you might also want to install the package open-xchange-meta-databaseonly.''
 +
 
 +
Of course you can still install the single packages as usual to be able to select a specific set of functionality that you'd like to have, for example:
 +
 
 +
  $ {{{installer}}} install \
 +
{{OXPackageInstallation-Server|javavendor={{{javavendor}}}}} \
 +
{{OXPackageInstallation-GUI}} {{#if:{{{addonpkgs|}}}|{{{addonpkgs}}}|}}
 +
 
 +
}}}}

Latest revision as of 13:09, 5 June 2018

Using Meta packages

The following Meta packages are available:

Name Description
open-xchange-meta-admin all provisioning packages
open-xchange-meta-gui all gui packages
open-xchange-meta-messaging the complete messaging packages like unified inbox, twitter, facebook, etc.
open-xchange-meta-mobility OXtender for business mobility
open-xchange-meta-outlook Outlook OXtender Updater
open-xchange-meta-pubsub all publish/subscribe related packages
open-xchange-meta-server the server backend packages
open-xchange-meta-databaseonly all packages needed when open-xchange is only managed via database and not e.g. LDAP
open-xchange-meta-singleserver most of the above

If you want to install everything on a single server, just run

$ {{{installer}}} install open-xchange-meta-singleserver \
   open-xchange-authentication-database open-xchange-spamhandler-default 

Note: You have to choose between one of the available spamhandler and authentication packages depending on your requirements. If you plan to only manage your open-xchange installation via database and do not plan to integrate e.g. with LDAP and OXLDAPSync, you might also want to install the package open-xchange-meta-databaseonly.

Of course you can still install the single packages as usual to be able to select a specific set of functionality that you'd like to have, for example:

$ {{{installer}}} install \
open-xchange open-xchange-authentication-database \
open-xchange-admin-client open-xchange-admin-lib \
open-xchange-admin-plugin-hosting open-xchange-admin-plugin-hosting-client \
open-xchange-admin-plugin-hosting-lib open-xchange-configjump-generic \
open-xchange-admin-doc open-xchange-contactcollector \
open-xchange-conversion open-xchange-conversion-engine \
open-xchange-conversion-servlet open-xchange-crypto \
open-xchange-data-conversion-ical4j open-xchange-dataretention \
open-xchange-genconf open-xchange-genconf-mysql \
open-xchange-imap open-xchange-mailfilter \
open-xchange-management open-xchange-monitoring \
open-xchange-passwordchange-database open-xchange-passwordchange-servlet \
open-xchange-pop3 open-xchange-publish open-xchange-publish-basic \
open-xchange-publish-infostore-online open-xchange-publish-json \
open-xchange-publish-microformats open-xchange-push-udp \
open-xchange-resource-managerequest open-xchange-server \
open-xchange-settings-extensions open-xchange-smtp \
open-xchange-spamhandler-default open-xchange-sql open-xchange-subscribe \
open-xchange-xerces-{{{javavendor}}} open-xchange-subscribe-json \
open-xchange-subscribe-microformats open-xchange-subscribe-crawler \
open-xchange-templating open-xchange-threadpool open-xchange-unifiedinbox \
open-xchange-admin-plugin-hosting-doc open-xchange-charset \
open-xchange-group-managerequest open-xchange-i18n open-xchange-jcharset \
open-xchange-sessiond open-xchange-calendar-printing \
open-xchange-user-json open-xchange-gui-wizard-plugin \
open-xchange-report-client \
open-xchange-configjump-generic-gui \
open-xchange-gui open-xchange-gui-wizard-plugin-gui \
open-xchange-online-help-de \
open-xchange-online-help-en open-xchange-online-help-fr