Template:AddReposDebian

From Open-Xchange
Revision as of 09:15, 13 December 2012 by Maurice.delaferte (talk | contribs) (→‎Add Open-Xchange Repository: remove unneeded entries and use here document to add repo to source.list.d instead)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Add Open-Xchange Repository

Open-Xchange maintains public available software repositories for different platforms, such as Debian. This repository should be added to the Debian installation to enable simple installation and updates.

Start a console and modify the Debian repository information file. It is required to add the non-free section of the Debian main repository for Sun Java. Also add the Open-Xchange software repository:

{{#if:{{{release}}}|{{#ifeq:|6.22|

$ cat << EOF >> /etc/apt/sources.list.d/open-xchange.list

deb http://software.open-xchange.com/OX6/6.22/frontend/{{{debnameox}}}/ /
deb http://software.open-xchange.com/OX6/6.22/backend/{{{debnameox}}}/ /
deb http://software.open-xchange.com/OX6/6.22/usm/{{{debnameox}}}/ /

# 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 http://LDBACCOUNT:LDBPASSWORD@software.open-xchange.com/OX6/6.22/updates/frontend/{{{debnameox}}} /
# deb http://LDBACCOUNT:LDBPASSWORD@software.open-xchange.com/OX6/6.22/updates/backend/{{{debnameox}}} /
# deb http://LDBACCOUNT:LDBPASSWORD@software.open-xchange.com/OX6/6.22/updates/usm/{{{debnameox}}} /

EOF

|}}|}} {{#if:{{{release}}}|{{#ifeq:|6.20|

$ cat << EOF >> /etc/apt/sources.list.d/open-xchange.list

deb http://software.open-xchange.com/OX6/stable/{{{debnameox}}}/ /

# 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 http://LDBACCOUNT:LDBPASSWORD@software.open-xchange.com/OX6/updates/{{{debnameox}}} /

EOF }}|}}

{{#ifeq:|7|

$ vim /etc/apt/sources.list

deb http://ftp.de.debian.org/debian/ squeeze main contrib non-free
deb-src http://ftp.de.debian.org/debian/ squeeze main contrib non-free

deb http://security.debian.org/ squeeze/updates main contrib
deb-src http://security.debian.org/ squeeze/updates main contrib

deb http://EDPUSER:EDPPASSWORD@software.open-xchange.com/OX7/backend/DebianSqueeze/ /
deb http://EDPUSER:EDPPASSWORD@software.open-xchange.com/OX7/frontend/DebianSqueeze/ /

}}