From a4c652c5f4e879df8a9316effe9d8d3a3ade9889 Mon Sep 17 00:00:00 2001 From: Paul Meserve Date: Sun, 23 Mar 2014 00:58:09 -0400 Subject: [PATCH] document adding dev key for custom Apache/FCGI install following the docs will only get you the release key and the install of custom Apache/FCGI fails w/ key error --- doc/install/install-ceph-gateway.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/install/install-ceph-gateway.rst b/doc/install/install-ceph-gateway.rst index 6baf7ef6df7c4..8edd89e5a39ab 100644 --- a/doc/install/install-ceph-gateway.rst +++ b/doc/install/install-ceph-gateway.rst @@ -58,6 +58,9 @@ builds of Apache and FastCGI packages modified for Ceph at `gitbuilder.ceph.com` Debian Packages --------------- +#. Add the development key: + wget -q -O- https://raw.github.com/ceph/ceph/master/keys/autobuild.asc | sudo apt-key add - + #. Add a ``ceph-apache.list`` file to your APT sources. :: echo deb http://gitbuilder.ceph.com/apache2-deb-$(lsb_release -sc)-x86_64-basic/ref/master $(lsb_release -sc) main | sudo tee /etc/apt/sources.list.d/ceph-apache.list -- 2.39.5