Difference between revisions of "CommunitySoftwareRepositories"

(Integrate Community Repositories)
(Download packages using wget)
Line 13: Line 13:
  
  
== Download packages using wget ==
+
= Download packages using wget =
  
 
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:
 
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:
  
<pre>
+
wget -nd -r -l1 --no-parent -A.rpm -Pox6sp4beta \
wget -nd -r -l1 --no-parent -A.rpm -Pox6sp4beta \
+
http://download.opensuse.org/repositories/server:/OX:/ox6-sp4-beta/openSUSE_Factory/noarch
http://download.opensuse.org/repositories/server:/OX:/ox6-sp4-beta/openSUSE_Factory/noarch
 
</pre>
 
  
 
or for Debian packages:
 
or for Debian packages:
  
<pre>
+
wget -nd -r -l1 --no-parent -A.deb -Pox6sp4beta \
wget -nd -r -l1 --no-parent -A.deb -Pox6sp4beta \
+
http://download.opensuse.org/repositories/server:/OX:/ox6-sp4-beta/Debian_Etch/all
http://download.opensuse.org/repositories/server:/OX:/ox6-sp4-beta/Debian_Etch/all
 
</pre>
 
  
 
== Debian ==
 
== Debian ==

Revision as of 16:08, 14 July 2008

Install from 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

see Quick_install_guide_for_the_Server_Edition_Debian4

Ubuntu

see Quick_install_guide_for_the_Server_Edition_Ubuntu8.04

openSUSE

see Quick_install_guide_for_the_Server_Edition_SLES10

Fedora

see Quick_install_guide_for_the_Server_Edition_Fedora8