update docs
authorTom Clegg <tom@clinicalfuture.com>
Fri, 21 Jun 2013 16:42:20 +0000 (12:42 -0400)
committerTom Clegg <tom@clinicalfuture.com>
Fri, 21 Jun 2013 16:42:20 +0000 (12:42 -0400)
doc/install/install-crunch-dispatch.textile
sdk/perl/lib/Arvados.pm

index bed1ad4f0846951c64619761e25b79291569f3b1..d933514e76f40d3b81b1d64d31912b622584b82b 100644 (file)
@@ -13,6 +13,8 @@ h4. Perl SDK dependencies
 
 h4. Python SDK dependencies
 
+On controller and all compute nodes:
+
 * @apt-get install python-pip@
 * @pip install --upgrade google-api-python-client@
 
index 97a44c86dd544fec9ba051b246cae6f2150642c9..8a643788b64f15ac743732deb8e9c41ea497d748 100644 (file)
@@ -33,7 +33,8 @@ Set up a client and retrieve the schema from the server.
 
 =item apiHost
 
-Hostname of API discovery service. Default: C<arvados.local>
+Hostname of API discovery service. Default: C<ARVADOS_API_HOST>
+environment variable, or C<arvados>
 
 =item apiProtocolScheme