Difference between revisions of "Quick install guide for OXSEforUCS Mobility OXtender EN"

(Created page with 'If you have purchased the new OXtender for Business Mobility on [http://www.open-xchange.com/en/mobility-solutions-en http://www.open-xchange.com/en/mobility-solutions-en] you ca...')
 
Line 2: Line 2:
 
[http://www.open-xchange.com/en/mobility-solutions-en http://www.open-xchange.com/en/mobility-solutions-en] you can install and configure the new OXtender with the following steps:
 
[http://www.open-xchange.com/en/mobility-solutions-en http://www.open-xchange.com/en/mobility-solutions-en] you can install and configure the new OXtender with the following steps:
  
The Open-Xchange OXtender for Business Mobility is an optionally available component for OXSE4UCS which enables the connection of mobile devices:                                               
+
The Open-Xchange OXtender for Business Mobility is an optionally available component for OXSE4UCS which enables the connection of mobile devices.                                                   
  
 
<pre>
 
<pre>
Line 16: Line 16:
 
</pre>
 
</pre>
  
Installing the univention-ox-usm-ox package installs the Oxtender for Business Mobility on the OXSE4UCS system.
+
Installing the '''univention-ox-usm-ox''' package installs the Oxtender for Business Mobility on the OXSE4UCS system.
  
 
<pre>
 
<pre>
apt-get install univention-ox-usm-ox
+
apt-get install '''univention-ox-usm-ox'''
</pre>
 
 
 
If the target system is neither a DC master nor a DC backup system, the univention-ox-usm-udm package should also be installed on the DC master.
 
 
 
<pre>
 
apt-get install univention-ox-usm-udm
 
 
</pre>
 
</pre>

Revision as of 14:21, 12 April 2010

If you have purchased the new OXtender for Business Mobility on http://www.open-xchange.com/en/mobility-solutions-en you can install and configure the new OXtender with the following steps:

The Open-Xchange OXtender for Business Mobility is an optionally available component for OXSE4UCS which enables the connection of mobile devices.

export LDBUSER=ldbuser LDBPASS=lsbpass
ucr set repository/online/component/oxmobility/server=software.open-xchange.com \
	repository/online/component/oxmobility/prefix=OX6/OXSEforUCS \
	repository/online/component/oxmobility/username=$LDBUSER \
	repository/online/component/oxmobility/password=$LDBPASS \
	repository/online/component/oxmobility/version=2.2,2.3 \
	repository/online/component/oxmobility=enabled

apt-get update

Installing the univention-ox-usm-ox package installs the Oxtender for Business Mobility on the OXSE4UCS system.

apt-get install '''univention-ox-usm-ox'''