Difference between revisions of "CommunitySoftwareRepositories"

(Install from Community Repositories)
Line 1: Line 1:
 
= Install from Community Repositories =
 
= Install from Community Repositories =
  
The Open-Xchange Server 6 community packages are built using the [http://en.opensuse.org/Buildservice openSUSE Buildservice]. The packages can be downloaded either manually by pointing your browser or download manager to http://download.opensuse.org/repositories/server:/OX:/ or they can be integrated into package managers for various platforms as described below.
+
The Open-Xchange Server 6 community packages are built using the [http://en.opensuse.org/Buildservice openSUSE Buildservice]. These packages can either be downloaded manually by pointing your browser or download manager to http://download.opensuse.org/repositories/server:/OX:/ or they can be integrated into package managers for various platforms as described below. It is highly recommended to use the installation guides to enable easy updating and package management for your prefered Linux distribution.
  
 
The hierarchy of the download server for the Open-Xchange packages is organized like this:
 
The hierarchy of the download server for the Open-Xchange packages is organized like this:
Line 10: Line 10:
 
  DISTRIBUTION := the desired distribution
 
  DISTRIBUTION := the desired distribution
  
= Download packages using wget =
+
=Installation Guides=
 
 
To download all packages into a local directory named <tt>ox6sp4beta</tt> 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:
+
== [[Quick_install_guide_for_the_Server_Edition_Debian4| Debian 4.0]] ==
  
wget -nd -r -l1 --no-parent -A.deb -Pox6sp4beta \
+
== [[Quick_install_guide_for_the_Server_Edition_Ubuntu8.04|Ubuntu 8.04]] ==
http://download.opensuse.org/repositories/server:/OX:/ox6-sp4-beta/Debian_Etch/all
 
  
=Installation Guides=
+
== [[Quick_install_guide_for_the_Server_Edition_OpenSUSE11|openSUSE 11]] ==
  
== Debian ==
+
== [[Quick_install_guide_for_the_Server_Edition_Fedora8| Fedora 8]] ==
  
see [[Quick_install_guide_for_the_Server_Edition_Debian4]]
+
== [[Quick_install_guide_for_the_Server_Edition_RHEL5| RedHat Enterprise Linux 5]] ==
  
== Ubuntu ==
+
== [[Quick_install_guide_for_the_Server_Edition_SLES10| Novell SUSE Linux Enterprise Server 10]] ==
  
see [[Quick_install_guide_for_the_Server_Edition_Ubuntu8.04]]
+
= Archive packages =
  
== openSUSE ==
+
To download all packages to a local directory using wget, the following command applies for RPM packages:
  
see [[Quick_install_guide_for_the_Server_Edition_SLES10]]
+
wget -nd -r -l1 --no-parent -A.rpm -Pox6sp4beta \
 +
http://download.opensuse.org/repositories/server:/OX:/ox6-sp4-beta/openSUSE_Factory/noarch
  
== Fedora ==
+
and for DEB packages:
  
see [[Quick_install_guide_for_the_Server_Edition_Fedora8]]
+
wget -nd -r -l1 --no-parent -A.deb -Pox6sp4beta \
 +
http://download.opensuse.org/repositories/server:/OX:/ox6-sp4-beta/Debian_Etch/all

Revision as of 20:23, 14 July 2008

Install from Community Repositories

The Open-Xchange Server 6 community packages are built using the openSUSE Buildservice. These packages can either be downloaded manually by pointing your browser or download manager to http://download.opensuse.org/repositories/server:/OX:/ or they can be integrated into package managers for various platforms as described below. It is highly recommended to use the installation guides to enable easy updating and package management for your prefered Linux distribution.

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

Installation Guides

Debian 4.0

Ubuntu 8.04

openSUSE 11

Fedora 8

RedHat Enterprise Linux 5

Novell SUSE Linux Enterprise Server 10

Archive packages

To download all packages to a local directory using wget, the following command applies 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

and for DEB packages:

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