]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
:doc: Usage consistent with Tyler's notes.
authorJohn Wilkins <john.wilkins@inktank.com>
Mon, 17 Sep 2012 23:01:36 +0000 (16:01 -0700)
committerJohn Wilkins <john.wilkins@inktank.com>
Mon, 17 Sep 2012 23:01:36 +0000 (16:01 -0700)
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
doc/radosgw/manual-install.rst

index f0dcdebca6ff8478e1b669cd85792d3c7c0a45d6..84a0fd68a259ec2c75e8f31fc238cb6bc794580b 100644 (file)
@@ -6,7 +6,7 @@
 
 To install RADOS Gateway, you must install Apache and FastCGI first. :: 
 
-       sudo apt-get update && sudo apt-get install apache2 libapache2-mod-fastcgi
+       sudo apt-get update && sudo apt-get install -y apache2 libapache2-mod-fastcgi
        
 .. note:: The Ceph community provides a slightly optimized version of the 
    ``apache2`` and ``fastcgi`` packages. The material difference is that 
@@ -34,4 +34,4 @@ Restart Apache so that the foregoing changes take effect. ::
        
 Then, install RADOS Gateway. For example:: 
 
-       sudo apt-get install radosgw
+       sudo apt-get install -y --force-yes radosgw