]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
document adding dev key for custom Apache/FCGI install 1522/head
authorPaul Meserve <paul@pogodan.com>
Sun, 23 Mar 2014 04:58:09 +0000 (00:58 -0400)
committerPaul Meserve <paul@pogodan.com>
Sun, 23 Mar 2014 04:58:09 +0000 (00:58 -0400)
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

index 6baf7ef6df7c4ec140c65a46f9a28740fafef52c..8edd89e5a39ab246693bd08780213c51a757d4bc 100644 (file)
@@ -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