CommunitySoftwareRepositories: Difference between revisions

From Open-Xchange
(New page: = Integrate Community Repositories = The community packages of Open-Xchange Server 6 are build using the [http://en.opensuse.org/Buildservice openSUSE Buildservice]. The packages can be e...)
 
Line 34: Line 34:


== openSUSE ==
== openSUSE ==
To integrate the <b>OX6 SP4 Beta1</b> package repository for openSUSE Factory, run the following command:
<pre>
zypper ar http://download.opensuse.org/repositories/server:/OX:/open-xchange-sp4-beta1/openSUSE_Factory "OX SP4 Beta1"
</pre>
The command <tt>zypper lr</tt> should give the following or similar output:
<pre>
# | Alias            | Name                      | Aktiviert | Auffrischen
--+-------------------+---------------------------+-----------+------------
1 | OX SP4 Beta1      | OX SP4 Beta1              | Ja        | Nein
3 | openSUSE-DVD 11.0 | openSUSE-DVD 11.0        | Nein      | Nein
4 | updates          | Updates for 11.0          | Ja        | Ja
5 | factory          | Main Repository (OSS)    | Ja        | Nein
6 | factory-debug    | Main Repository (Debug)  | Nein      | Nein
7 | factory-non-oss  | Main Repository (NON-OSS) | Ja        | Nein
</pre>
To install all required packages, run the following command:
<pre>
zypper install open-xchange open-xchange-admin-plugin-hosting \
        open-xchange-authentication-database open-xchange-charset \
        open-xchange-configjump-generic open-xchange-control open-xchange-i18n \
        open-xchange-imap open-xchange-jcharset open-xchange-push-udp \
        open-xchange-sessiond open-xchange-smtp open-xchange-spamhandler-default
</pre>


== Fedora ==
== Fedora ==

Revision as of 07:11, 10 June 2008

Integrate Community Repositories

The community packages of Open-Xchange Server 6 are build using the openSUSE Buildservice. The packages can be either downloaded manually by pointing your browser or download manager to http://download.opensuse.org/repositories/server:/OX:/ or they can be integrated into various package installers as described below.

The hierarchy of the download server for the Open-Xchange packages is organized like this:

http://download.opensuse.org/repositories/server:/OX:/[RELEASE]/[DISTRIBUTION]

RELEASE      := the Open-Xchange release
DISTRIBUTION := the desired distribution


Debian and Ubuntu

In order to install the packages using apt-get or aptitude, the respective repository must be added to the file /etc/apt/sources.list. In order to install the packages of the OX6 SP4 Beta1 packages on Debian Etch, the following must be added:

deb http://download.opensuse.org/repositories/server:/OX:/open-xchange-sp4-beta1/Debian_Etch /

When done, run apt-get update.

To install all required packages, run the following command:

sudo apt-get install open-xchange open-xchange-admin-plugin-hosting \
        open-xchange-authentication-database open-xchange-charset \
        open-xchange-configjump-generic open-xchange-control open-xchange-i18n \
        open-xchange-imap open-xchange-jcharset open-xchange-push-udp \
        open-xchange-sessiond open-xchange-smtp open-xchange-spamhandler-default

openSUSE

To integrate the OX6 SP4 Beta1 package repository for openSUSE Factory, run the following command:

zypper ar http://download.opensuse.org/repositories/server:/OX:/open-xchange-sp4-beta1/openSUSE_Factory "OX SP4 Beta1"

The command zypper lr should give the following or similar output:

# | Alias             | Name                      | Aktiviert | Auffrischen
--+-------------------+---------------------------+-----------+------------
1 | OX SP4 Beta1      | OX SP4 Beta1              | Ja        | Nein
3 | openSUSE-DVD 11.0 | openSUSE-DVD 11.0         | Nein      | Nein
4 | updates           | Updates for 11.0          | Ja        | Ja
5 | factory           | Main Repository (OSS)     | Ja        | Nein
6 | factory-debug     | Main Repository (Debug)   | Nein      | Nein
7 | factory-non-oss   | Main Repository (NON-OSS) | Ja        | Nein

To install all required packages, run the following command:

zypper install open-xchange open-xchange-admin-plugin-hosting \
        open-xchange-authentication-database open-xchange-charset \
        open-xchange-configjump-generic open-xchange-control open-xchange-i18n \
        open-xchange-imap open-xchange-jcharset open-xchange-push-udp \
        open-xchange-sessiond open-xchange-smtp open-xchange-spamhandler-default

Fedora

Postinstall package configuration

For further configuration options, please refer to Quick_install_guide_for_the_Hosting_Edition.