X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/3e1c43866e5b523c3f1d273c25942ad56dc66d3f..10d70a1c08984a699ac3f6b893fe6d2141c5ad9e:/doc/install/install-manual-prerequisites.html.textile.liquid diff --git a/doc/install/install-manual-prerequisites.html.textile.liquid b/doc/install/install-manual-prerequisites.html.textile.liquid index 7b1b24e144..62017163d2 100644 --- a/doc/install/install-manual-prerequisites.html.textile.liquid +++ b/doc/install/install-manual-prerequisites.html.textile.liquid @@ -19,7 +19,7 @@ This guide assumes you have seven systems available in the same network subnet:
table(table table-bordered table-condensed). -|_Function_|_Number of nodes_| +|_. Function|_. Number of nodes| |Arvados API, Crunch dispatcher, Git, Websockets and Workbench|1| |Arvados Compute node|1| |Arvados Keepproxy and Keep-web server|1| @@ -33,12 +33,13 @@ The number of Keepstore, shell and compute nodes listed above is a minimum. In a h2. Supported GNU/Linux distributions table(table table-bordered table-condensed). -|_Distribution_|_State_|_Last supported version_| +|_. Distribution|_. State|_. Last supported version| |CentOS 7|Supported|Latest| |Debian 8 ("jessie")|Supported|Latest| |Debian 9 ("stretch")|Supported|Latest| |Ubuntu 14.04 ("trusty")|Supported|Latest| |Ubuntu 16.04 ("xenial")|Supported|Latest| +|Ubuntu 18.04 ("bionic")|Supported|Latest| |Ubuntu 12.04 ("precise")|EOL|8ed7b6dd5d4df93a3f37096afe6d6f81c2a7ef6e (2017-05-03)| |Debian 7 ("wheezy")|EOL|997479d1408139e96ecdb42a60b4f727f814f6c9 (2016-12-28)| |CentOS 6 |EOL|997479d1408139e96ecdb42a60b4f727f814f6c9 (2016-12-28)| @@ -64,7 +65,7 @@ gpgkey=http://rpm.arvados.org/CentOS/RPM-GPG-KEY-curoverse h3. Debian and Ubuntu -Packages are available for Debian 8 ("jessie"), Debian 9 ("stretch"), Ubuntu 14.04 ("trusty") and Ubuntu 16.04 ("xenial"). +Packages are available for Debian 8 ("jessie"), Debian 9 ("stretch"), Ubuntu 14.04 ("trusty"), Ubuntu 16.04 ("xenial") and Ubuntu 18.04 ("bionic"). First, register the Curoverse signing key in apt's database: @@ -73,11 +74,12 @@ First, register the Curoverse signing key in apt's database: Configure apt to retrieve packages from the Arvados package repository. This command depends on your OS vendor and version: table(table table-bordered table-condensed). -|OS version|Command| +|_. OS version|_. Command| |Debian 8 ("jessie")|echo "deb http://apt.arvados.org/ jessie main" | sudo tee /etc/apt/sources.list.d/arvados.list| |Debian 9 ("stretch")|echo "deb http://apt.arvados.org/ stretch main" | sudo tee /etc/apt/sources.list.d/arvados.list| |Ubuntu 14.04 ("trusty")[1]|echo "deb http://apt.arvados.org/ trusty main" | sudo tee /etc/apt/sources.list.d/arvados.list| |Ubuntu 16.04 ("xenial")[1]|echo "deb http://apt.arvados.org/ xenial main" | sudo tee /etc/apt/sources.list.d/arvados.list| +|Ubuntu 18.04 ("bionic")[1]|echo "deb http://apt.arvados.org/ bionic main" | sudo tee /etc/apt/sources.list.d/arvados.list| {% include 'notebox_begin' %} @@ -128,7 +130,7 @@ By convention, we use the following hostname pattern:
table(table table-bordered table-condensed). -|_Function_|_Hostname_| +|_. Function|_. Hostname| |Arvados API|@uuid_prefix@.your.domain| |Arvados Git server|git.@uuid_prefix@.your.domain| |Arvados Keepproxy server|keep.@uuid_prefix@.your.domain|