@@ -25,6 +25,10 @@ supported. ::
echo deb http://ceph.com/debian/ $(lsb_release -sc) main | sudo tee /etc/apt/sources.list.d/ceph.list
+For the European users there is also a mirror in the Netherlands at http://eu.ceph.com/
+
+ echo deb http://eu.ceph.com/debian/ $(lsb_release -sc) main | sudo tee /etc/apt/sources.list.d/ceph.list
+
Add Development Release Packages
--------------------------------
@@ -45,6 +49,10 @@ supported. ::
echo deb http://ceph.com/debian-testing/ $(lsb_release -sc) main | sudo tee /etc/apt/sources.list.d/ceph.list
+For the European users there is also a mirror in the Netherlands at http://eu.ceph.com/
+
+ echo deb http://eu.ceph.com/debian-testing/ $(lsb_release -sc) main | sudo tee /etc/apt/sources.list.d/ceph.list
+
Add Development Testing Packages
--------------------------------
@@ -39,6 +39,10 @@ Fetch the source tarball for the RPM compilation environment::
wget -P ~/rpmbuild/SOURCES/ http://ceph.com/download/ceph-<version>.tar.gz
+Or from the EU mirror
+
+ wget -P ~/rpmbuild/SOURCES/ http://eu.ceph.com/download/ceph-<version>.tar.gz
+
Build the RPM packages::
rpmbuild -tb ~/rpmbuild/SOURCES/ceph-<version>.tar.gz
@@ -8,4 +8,5 @@ source code. You may download source code tarballs for Ceph releases here:
`Ceph Release Tarballs`_
-.. _Ceph Release Tarballs: http://ceph.com/download/
\ No newline at end of file
+.. _Ceph Release Tarballs: http://ceph.com/download/
+.. _Ceph Release Tarballs (EU mirror): http://eu.ceph.com/download/
Signed-off-by: Wido den Hollander <wido@widodh.nl> --- doc/install/debian.rst | 8 ++++++++ doc/source/build-packages.rst | 4 ++++ doc/source/get-tarballs.rst | 3 ++- 3 files changed, 14 insertions(+), 1 deletion(-)