X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/4aee7d57faff02fc6b7b6f750dc22a29e58bb963..1080a6b87b423f152cbad55fa5a338d06afc8a12:/doc/install/install-dispatch-cloud.html.textile.liquid diff --git a/doc/install/install-dispatch-cloud.html.textile.liquid b/doc/install/install-dispatch-cloud.html.textile.liquid index bc3be8f1d7..5d497cc114 100644 --- a/doc/install/install-dispatch-cloud.html.textile.liquid +++ b/doc/install/install-dispatch-cloud.html.textile.liquid @@ -59,7 +59,7 @@ You can delete the key files after you have copied the private key to your confi h2. Configure the dispatcher -Add or update the following portions of your cluster configuration file, @/etc/arvados/config.yml@. Refer to "config.defaults.yml":https://dev.arvados.org/projects/arvados/repository/revisions/13996-new-api-config/entry/lib/config/config.defaults.yml for information about additional configuration options. +Add or update the following portions of your cluster configuration file, @/etc/arvados/config.yml@. Refer to "config.defaults.yml":{{site.baseurl}}/admin/config.html for information about additional configuration options.
Clusters:
@@ -153,10 +153,37 @@ Minimal configuration example for Azure:
 
-h2. Install the dispatcher +h2. Test your configuration First, "add the appropriate package repository for your distribution":{{ site.baseurl }}/install/install-manual-prerequisites.html#repos. +Next, install the arvados-server package. + +On Red Hat-based systems: + + +
~$ sudo yum install arvados-server
+
+
+ +On Debian-based systems: + + +
~$ sudo apt-get install arvados-server
+
+
+ +Run the @cloudtest@ tool to verify that your configuration works. This creates a new cloud VM, confirms that it boots correctly and accepts your configured SSH private key, and shuts it down. + + +
~$ arvados-server cloudtest && echo "OK!"
+
+
+ +Refer to the "cloudtest tool documentation":../admin/cloudtest.html for more information. + +h2. Install the dispatcher + On Red Hat-based systems: