Merge branch '12308-cgofuse'
[arvados.git] / doc / README.textile
index f2936142c680eb650416360c00f7c641bd63ad94..75a30e9ef2ade8cfa04d8dec2e6275750a41047d 100644 (file)
@@ -1,3 +1,7 @@
+###. Copyright (C) The Arvados Authors. All rights reserved.
+....
+.... SPDX-License-Identifier: CC-BY-SA-3.0
+
 h1. Arvados documentation
 
 This is the source code for "doc.arvados.org":http://doc.arvados.org.
@@ -10,6 +14,7 @@ h2. Install dependencies
 
 <pre>
 arvados/doc$ bundle install
+arvados/doc$ pip install epydoc
 </pre>
 
 h2. Generate HTML pages
@@ -50,7 +55,7 @@ h2. Publish HTML pages inside Workbench
 
 (or some other web site)
 
-You can set @baseurl@ (the URL prefix for all internal links), @arvados_api_host@ and @arvados_workbench_host@ without changing @_config.yml@:
+You can set @baseurl@ (the URL prefix for all internal links), @arvados_cluster_uuid@, @arvados_api_host@ and @arvados_workbench_host@ without changing @_config.yml@:
 
 <pre>
 arvados/doc$ rake generate baseurl=/doc arvados_api_host=xyzzy.arvadosapi.com