X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/41305b5ac71cc9a306dc654c42c11ffcc4258a47..b0d0360b250bed8e6e5a30f7ee057da0600bc99c:/doc/install/automatic.html.textile.liquid diff --git a/doc/install/automatic.html.textile.liquid b/doc/install/automatic.html.textile.liquid index 049bf68917..79e8505387 100644 --- a/doc/install/automatic.html.textile.liquid +++ b/doc/install/automatic.html.textile.liquid @@ -9,6 +9,10 @@ Copyright (C) The Arvados Authors. All rights reserved. SPDX-License-Identifier: CC-BY-SA-3.0 {% endcomment %} +{% include 'notebox_begin' %} +This installation method is not fully implemented, which is why this page is not yet listed in the "table of installation options":{{site.baseurl}}/install/index.html or in the left nav. +{% include 'notebox_end' %} + This method sets up a new Arvados cluster using a single host/VM. It is the easiest way to get a new production cluster up and running. A single-node installation supports all Arvados functionality at small scale. Substantial workloads will require additional nodes and configuration steps. @@ -24,7 +28,9 @@ You will need: h2. Initialize the cluster
-# apt-get install arvados-server
+# echo > /etc/apt/sources.list.d/arvados.list "deb http://apt.arvados.org/buster buster main"
+# apt-get update
+# apt-get install arvados-server-easy
 # arvados-server init -type production -cluster-id x9999 -controller-address x9999.example.com -admin-email example@gmail.com.example