[ARVADOS] updated: c8f0866051391c9932a8d39bbd3cacb83e60c20e
git at public.curoverse.com
git at public.curoverse.com
Mon Jul 27 17:38:28 EDT 2015
Summary of changes:
doc/install/install-manual-prerequisites.html.textile.liquid | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
via c8f0866051391c9932a8d39bbd3cacb83e60c20e (commit)
from 76c38b6bf63fa7329abb135a40710cbdbea18d44 (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 c8f0866051391c9932a8d39bbd3cacb83e60c20e
Author: Brett Smith <brett at curoverse.com>
Date: Mon Jul 27 17:38:20 2015 -0400
6691: Add Ubuntu trusty packages to our install guide.
Closes #6691, #6694.
diff --git a/doc/install/install-manual-prerequisites.html.textile.liquid b/doc/install/install-manual-prerequisites.html.textile.liquid
index 96d3082..3087514 100644
--- a/doc/install/install-manual-prerequisites.html.textile.liquid
+++ b/doc/install/install-manual-prerequisites.html.textile.liquid
@@ -42,7 +42,7 @@ baseurl=http://rpm.arvados.org/CentOS/$releasever/os/$basearch/
h3. Debian and Ubuntu
-Packages are available for Debian 7 ("wheezy") and Ubuntu 12.04 ("precise").
+Packages are available for Debian 7 ("wheezy"), Ubuntu 12.04 ("precise"), and Ubuntu 14.04 ("trusty").
First, register the Curoverse signing key in apt's database:
@@ -54,6 +54,13 @@ table(table table-bordered table-condensed).
|OS version|Command|
|Debian 7 ("wheezy")|<notextile><code><span class="userinput">echo "deb http://apt.arvados.org/ wheezy main" | sudo tee /etc/apt/sources.list.d/arvados.list</span></code></notextile>|
|Ubuntu 12.04 ("precise")|<notextile><code><span class="userinput">echo "deb http://apt.arvados.org/ precise main" | sudo tee /etc/apt/sources.list.d/arvados.list</span></code></notextile>|
+|Ubuntu 14.04 ("trusty")|<notextile><code><span class="userinput">echo "deb http://apt.arvados.org/ trusty main" | sudo tee /etc/apt/sources.list.d/arvados.list</span></code></notextile>|
+
+{% include 'notebox_begin' %}
+
+Arvados packages for Ubuntu may depend on third-party packages in Ubuntu's "universe" repository. If you're installing on Ubuntu, make sure you have the universe sources uncommented in @/etc/apt/sources.list at .
+
+{% include 'notebox_end' %}
Retrieve the package list:
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list