[ARVADOS] updated: aa1069044b7dbbba7d5fc302adfe7fc50efe9472
git at public.curoverse.com
git at public.curoverse.com
Sun Nov 23 20:47:54 EST 2014
Summary of changes:
doc/install/install-keepproxy.html.textile.liquid | 9 ++++-----
doc/install/install-keepstore.html.textile.liquid | 9 ++++-----
2 files changed, 8 insertions(+), 10 deletions(-)
via aa1069044b7dbbba7d5fc302adfe7fc50efe9472 (commit)
via 399a90e3372ce5255231179777190770934e585a (commit)
from e828f379a48ac0c60794f6e4c2969158afcb4f48 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit aa1069044b7dbbba7d5fc302adfe7fc50efe9472
Merge: e828f37 399a90e
Author: Ward Vandewege <ward at curoverse.com>
Date: Sun Nov 23 20:47:33 2014 -0500
Merge branch '4186-install-doc-improvements'
refs #4186
commit 399a90e3372ce5255231179777190770934e585a
Author: Ward Vandewege <ward at curoverse.com>
Date: Sun Nov 23 20:46:49 2014 -0500
Improve the installation instructions for keepproxy and keepstore - take sudo into account.
refs #4186
diff --git a/doc/install/install-keepproxy.html.textile.liquid b/doc/install/install-keepproxy.html.textile.liquid
index 646b643..43c1c67 100644
--- a/doc/install/install-keepproxy.html.textile.liquid
+++ b/doc/install/install-keepproxy.html.textile.liquid
@@ -23,11 +23,10 @@ h2. Install Keepproxy
First add the Arvados apt repository, and then install the Keepproxy package.
<notextile>
-<pre><code>~$ <span class="userinput">echo "# apt.arvados.org" > /etc/apt/sources.list.d/apt.arvados.org.list</span>
-~$ <span class="userinput">echo "deb http://apt.arvados.org/ wheezy main" >> /etc/apt/sources.list.d/apt.arvados.org.list</span>
-~$ <span class="userinput">/usr/bin/apt-key adv --keyserver pool.sks-keyservers.net --recv 1078ECD7</span>
-~$ <span class="userinput">/usr/bin/apt-get update</span>
-~$ <span class="userinput">/usr/bin/apt-get install keepproxy</span>
+<pre><code>~$ <span class="userinput">echo "deb http://apt.arvados.org/ wheezy main" | sudo tee /etc/apt/sources.list.d/apt.arvados.org.list</span>
+~$ <span class="userinput">sudo /usr/bin/apt-key adv --keyserver pool.sks-keyservers.net --recv 1078ECD7</span>
+~$ <span class="userinput">sudo /usr/bin/apt-get update</span>
+~$ <span class="userinput">sudo /usr/bin/apt-get install keepproxy</span>
</code></pre>
</notextile>
diff --git a/doc/install/install-keepstore.html.textile.liquid b/doc/install/install-keepstore.html.textile.liquid
index 0c684ea..7fb810d 100644
--- a/doc/install/install-keepstore.html.textile.liquid
+++ b/doc/install/install-keepstore.html.textile.liquid
@@ -22,11 +22,10 @@ h2. Install Keepstore
First add the Arvados apt repository, and then install the Keepstore package.
<notextile>
-<pre><code>~$ <span class="userinput">echo "# apt.arvados.org" > /etc/apt/sources.list.d/apt.arvados.org.list</span>
-~$ <span class="userinput">echo "deb http://apt.arvados.org/ wheezy main" >> /etc/apt/sources.list.d/apt.arvados.org.list</span>
-~$ <span class="userinput">/usr/bin/apt-key adv --keyserver pool.sks-keyservers.net --recv 1078ECD7</span>
-~$ <span class="userinput">/usr/bin/apt-get update</span>
-~$ <span class="userinput">/usr/bin/apt-get install keepstore</span>
+<pre><code>~$ <span class="userinput">echo "deb http://apt.arvados.org/ wheezy main" | sudo tee /etc/apt/sources.list.d/apt.arvados.org.list</span>
+~$ <span class="userinput">sudo /usr/bin/apt-key adv --keyserver pool.sks-keyservers.net --recv 1078ECD7</span>
+~$ <span class="userinput">sudo /usr/bin/apt-get update</span>
+~$ <span class="userinput">sudo /usr/bin/apt-get install keepstore</span>
</code></pre>
</notextile>
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list