Difference between revisions of "AppSuite:OX Display"

(OX Display)
 
(26 intermediate revisions by 2 users not shown)
Line 1: Line 1:
= OX Display =
+
= Introduction =
  
OX Display is a framework that extends OX App Suite with advanced capabilities for monetizing your email platform by providing certain display ad slots. The framework is designed to work in the OX App Suite web user interface and to show ads in all OX modules (Mail, Contacts, Calendar, Tasks, Portal, Documents and Drive).
+
OX Display is a framework that extends the OX App Suite with advanced capabilities for monetizing your email platform by providing certain display banner spaces. The framework is designed to work in the OX App Suite web UI and to show ads in all OX modules (Mail, Contacts, Calendar, Tasks, Portal, Documents and Drive). It includes features such as Reload Timer, show & hide functions as well as segmentations related to which user should see what banners and in which modules.
  
It includes features such as reload timers, trigger, show & hide functions as well as segmentations related to which user should see what ads and in which modules.
+
Please see the [https://www.open-xchange.com/fileadmin/user_upload/product-pages/portfolio-page/Whats-New-new/OX_Display_Product_Guide_1_4_1.pdf Product Guide] for more information about OX Display v1.4.1.
  
'''Key Features'''
+
= Requirements =
* Perfectly integrated into OX App Suite
 
* Pre-defined ad spaces and locations
 
* Easy customizable
 
  
Please see OX Display Product Guide for more information:
+
'''Please Note:''' OX Display is only available for OX App Suite. Please contact the [mailto:monetization-team@open-xchange.com OX Monetization Team] for further information.
http://software.open-xchange.com/products/ads/doc/OX_Display_Product_Guide_1_4_1.pdf
 
 
 
== Requirements ==
 
  
 
You will find the requirements under [[AppSuite:OX_System_Requirements | OX App Suite and Platform Requirements]]
 
You will find the requirements under [[AppSuite:OX_System_Requirements | OX App Suite and Platform Requirements]]
Line 20: Line 14:
 
* All versions before requiring the latest version of OX App Suite v7.8.2.
 
* All versions before requiring the latest version of OX App Suite v7.8.2.
  
= Download and Installation of OX Display =
+
= Download and Installation =
 
 
'''Please Note:''' OX Display is only available for OX App Suite. Please contact Open-Xchange Sales for further information.
 
  
* ''open-xchange-appsuite-ads'' - Open-Xchange App Suite OX Display framework
+
Open-Xchange App Suite OX Display framework
 +
*''open-xchange-appsuite-ads''  
  
 
Installation on the server varies depending on the underlying distribution, details are as follows.
 
Installation on the server varies depending on the underlying distribution, details are as follows.
Line 63: Line 56:
 
=== Debian GNU/Linux 9.0 ===
 
=== Debian GNU/Linux 9.0 ===
  
(valid with OX Display v1.4)
 
 
If not already done, add the following repositories to your Open-Xchange apt configuration:
 
If not already done, add the following repositories to your Open-Xchange apt configuration:
  
Line 72: Line 64:
 
  $ apt-get update
 
  $ apt-get update
 
  $ apt-get install open-xchange-appsuite-ads
 
  $ apt-get install open-xchange-appsuite-ads
 +
 +
(valid with OX Display v1.4)
  
 
=== SUSE Linux Enterprise Server 12 ===
 
=== SUSE Linux Enterprise Server 12 ===
Line 84: Line 78:
 
  $ zypper in open-xchange-appsuite-ads
 
  $ zypper in open-xchange-appsuite-ads
  
= General Configuration =
+
= OX Display - Configuration =
 +
 
 +
Please refer to the [https://documentation.open-xchange.com/components/display/1.4.1/articles/ technical documentation] of OX Display v1.4.1.
 +
 
 +
 
 +
 
 +
 
  
Please refer to the configuration page here [https://documentation.open-xchange.com/components/display/1.4.0/articles/ OX Display Configuration].
 
  
[[Category: OX7]]
+
[[Category: Communication]]
 +
[[Category: Monetization]]
 
[[Category: AppSuite]]
 
[[Category: AppSuite]]
 +
[[Category: Advertisement]]
 +
[[Category: OX Display]]
 +
[[Category: Display]]

Latest revision as of 11:52, 4 June 2020

Introduction

OX Display is a framework that extends the OX App Suite with advanced capabilities for monetizing your email platform by providing certain display banner spaces. The framework is designed to work in the OX App Suite web UI and to show ads in all OX modules (Mail, Contacts, Calendar, Tasks, Portal, Documents and Drive). It includes features such as Reload Timer, show & hide functions as well as segmentations related to which user should see what banners and in which modules.

Please see the Product Guide for more information about OX Display v1.4.1.

Requirements

Please Note: OX Display is only available for OX App Suite. Please contact the OX Monetization Team for further information.

You will find the requirements under OX App Suite and Platform Requirements

  • OX Display v1.4 requires the latest version of OX App Suite v7.10.
  • All versions before requiring the latest version of OX App Suite v7.8.2.

Download and Installation

Open-Xchange App Suite OX Display framework

  • open-xchange-appsuite-ads

Installation on the server varies depending on the underlying distribution, details are as follows.

Redhat Enterprise Linux 6 or CentOS 6

If not already done, add the following repositories to your Open-Xchange yum configuration:

[open-xchange-stable-ads]
name=Open-Xchange-stable-ads
baseurl=https://LDBUSER:LDBPASSWORD@software.open-xchange.com/products/ads/stable/ads/RHEL6/
gpgkey=https://software.open-xchange.com/oxbuildkey.pub
enabled=1
gpgcheck=1
metadata_expire=0m

and run

$ yum update
$ yum install open-xchange-appsuite-ads

Redhat Enterprise Linux 7 or CentOS 7

If not already done, add the following repositories to your Open-Xchange yum configuration:

[open-xchange-stable-ads]
name=Open-Xchange-stable-ads
baseurl=https://LDBUSER:LDBPASSWORD@software.open-xchange.com/products/ads/stable/ads/RHEL7/
gpgkey=https://software.open-xchange.com/oxbuildkey.pub
enabled=1
gpgcheck=1
metadata_expire=0m

and run

$ yum update
$ yum install open-xchange-appsuite-ads

Debian GNU/Linux 8.0

If not already done, add the following repositories to your Open-Xchange apt configuration:

deb https://LDBUSER:LDBPASSWORD@software.open-xchange.com/products/ads/stable/ads/DebianJessie /

and run

$ apt-get update
$ apt-get install open-xchange-appsuite-ads

Debian GNU/Linux 9.0

If not already done, add the following repositories to your Open-Xchange apt configuration:

deb https://LDBUSER:LDBPASSWORD@software.open-xchange.com/products/ads/stable/ads/DebianStretch /

and run

$ apt-get update
$ apt-get install open-xchange-appsuite-ads

(valid with OX Display v1.4)

SUSE Linux Enterprise Server 12

Add the package repository using zypper if not already present:

$ zypper ar https://LDBUSER:LDBPASSWORD@software.open-xchange.com/products/ads/stable/ads/SLE_12 stable-ads

and run

$ zypper ref
$ zypper in open-xchange-appsuite-ads

OX Display - Configuration

Please refer to the technical documentation of OX Display v1.4.1.