21388: Modernize Debian install instructions
[arvados.git] / doc / install / salt-single-host.html.textile.liquid
index 8ad79d86e82d39d4f42bebc8a2e20cf261454c3b..285b49ebde6ef506c5c5934157ba4c1f5241ad7e 100644 (file)
@@ -48,7 +48,7 @@ Determine if you will use a single hostname, or multiple hostnames.
 
 If you are using multiple hostnames, determine the base domain for the cluster.  This will be referred to as @${DOMAIN}@.
 
-For example, if CLUSTER is @xarv1@ and DOMAIN is @example.com@, then @controller.${CLUSTER}.${DOMAIN}@" means @controller.xarv1.example.com@.
+For example, if CLUSTER is @xarv1@ and DOMAIN is @example.com@, then @controller.${CLUSTER}.${DOMAIN}@ means @controller.xarv1.example.com@.
 
 h3. Machine specification
 
@@ -171,7 +171,7 @@ h2(#test-install). Confirm the cluster is working
 When everything has finished, you can run the diagnostics.  This requires the `arvados-client` package:
 
 <pre>
-apt-get install arvados-client
+apt install arvados-client
 </pre>
 
 Depending on where you are running the installer, you need to provide @-internal-client@ or @-external-client@.
@@ -190,13 +190,7 @@ The installer records log files for each deployment.
 
 Most service logs go to @/var/log/syslog@.
 
-The logs for Rails API server and for Workbench can be found in
-
-@/var/www/arvados-api/current/log/production.log@
-and
-@/var/www/arvados-workbench/current/log/production.log@
-
-on the appropriate instances.
+The logs for Rails API server can be found in @/var/www/arvados-api/current/log/production.log@ on the appropriate instance.
 
 Workbench 2 is a client-side Javascript application.  If you are having trouble loading Workbench 2, check the browser's developer console (this can be found in "Tools &rarr; Developer Tools").