X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/7be768ebfe665bcb30f4212b3f211c97b2fd65b9..HEAD:/doc/install/install-workbench2-app.html.textile.liquid diff --git a/doc/install/install-workbench2-app.html.textile.liquid b/doc/install/install-workbench2-app.html.textile.liquid index f3a320b102..bbcbd7ef1d 100644 --- a/doc/install/install-workbench2-app.html.textile.liquid +++ b/doc/install/install-workbench2-app.html.textile.liquid @@ -73,9 +73,9 @@ server { -h2. Vocabulary configuration (optional) +h2. Vocabulary configuration -Workbench2 can load a vocabulary file which lists available metadata properties for groups and collections. To configure the property vocabulary definition, please visit the "Workbench2 Vocabulary Format":{{site.baseurl}}/admin/workbench2-vocabulary.html page in the Admin section. +Workbench2 will load, if available, a vocabulary definition which lists available metadata properties for groups and collections. To learn how to configure the property vocabulary definition, please visit the "Metadata Vocabulary Format":{{site.baseurl}}/admin/metadata-vocabulary.html page in the Admin section. {% assign arvados_component = 'arvados-workbench2' %} @@ -99,7 +99,7 @@ At the console, enter the following commands to locate the ApiClient record for => ["https://workbench.example.com/", Sat, 19 Apr 2014 03:35:12 UTC +00:00] irb(main):002:0> include CurrentApiClient => true -irb(main):003:0> act_as_system_user do wb.update_attributes!(is_trusted: true) end +irb(main):003:0> act_as_system_user do wb.update!(is_trusted: true) end => true