Template:AddReposDebian: Difference between revisions
From Open-Xchange
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
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: | 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:{{{release|}}}|6.22| | |||
'''TODO: Needs to be updated''' | |||
<code> | |||
$ vim /etc/apt/sources.list | |||
deb http://ftp.de.debian.org/debian/ {{{debname}}} main contrib non-free | |||
deb-src http://ftp.de.debian.org/debian/ {{{debname}}} main contrib non-free | |||
deb http://security.debian.org/ {{{debname}}}/updates main contrib | |||
deb-src http://security.debian.org/ {{{debname}}}/updates main contrib | |||
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}}} / | |||
</code> | |||
|{{#ifeq:{{{release|}}}|7| | |||
<code> | |||
$ 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/ / | |||
</code> | |||
}}|}}| | |||
<code> | |||
$ vim /etc/apt/sources.list | $ vim /etc/apt/sources.list | ||
Line 21: | Line 56: | ||
# packages get installed | # packages get installed | ||
# deb http://LDBACCOUNT:LDBPASSWORD@software.open-xchange.com/OX6/updates/{{{debnameox}}} / | # deb http://LDBACCOUNT:LDBPASSWORD@software.open-xchange.com/OX6/updates/{{{debnameox}}} / | ||
</code> | |||
}} |
Revision as of 12:51, 18 July 2012
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:
$ vim /etc/apt/sources.list
deb http://ftp.de.debian.org/debian/ {{{debname}}} main contrib non-free
deb-src http://ftp.de.debian.org/debian/ {{{debname}}} main contrib non-free
deb http://security.debian.org/ {{{debname}}}/updates main contrib
deb-src http://security.debian.org/ {{{debname}}}/updates main contrib
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}}} /