Difference between revisions of "CommunitySoftwareRepositories"

(Debian and Ubuntu)
(openSUSE)
Line 35: Line 35:
 
== openSUSE ==
 
== openSUSE ==
  
To integrate the <b>OX6 SP4 Beta</b> package repository for openSUSE Factory, run the following command:
+
see [[Quick_install_guide_for_the_Server_Edition_SLES10]]
 
 
<pre>
 
zypper ar http://download.opensuse.org/repositories/server:/OX:/ox6-sp4-beta/openSUSE_Factory "OX SP4 Beta"
 
</pre>
 
 
 
The command <tt>zypper lr</tt> should give the following or similar output:
 
 
 
<pre>
 
# | Alias            | Name                      | Aktiviert | Auffrischen
 
--+-------------------+---------------------------+-----------+------------
 
1 | OX SP4 Beta      | OX SP4 Beta              | 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>
 
 
 
When all packages have been retrieved, e.g. using wget, the command
 
<pre>rpm -Uhv *.rpm</pre>
 
can be used to install all packages.
 
  
 
== Fedora ==
 
== Fedora ==

Revision as of 13:15, 14 July 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


Download packages using wget

To download all packages into a local directory named ox6sp4beta using the wget command, the following command can be used for RPM packages:

wget -nd -r -l1 --no-parent -A.rpm -Pox6sp4beta \
http://download.opensuse.org/repositories/server:/OX:/ox6-sp4-beta/openSUSE_Factory/noarch

or for Debian packages:

wget -nd -r -l1 --no-parent -A.deb -Pox6sp4beta \
http://download.opensuse.org/repositories/server:/OX:/ox6-sp4-beta/Debian_Etch/all

Debian and Ubuntu

see Quick_install_guide_for_the_Server_Edition_Debian4

openSUSE

see Quick_install_guide_for_the_Server_Edition_SLES10

Fedora

When all packages have been retrieved, e.g. using wget, the command

rpm -Uhv *.rpm

can be used to install all packages.

Feedback welcome.

Postinstall package configuration

For further configuration options, please refer to Quick_install_guide_for_the_Hosting_Edition.