Merge branch '8784-dir-listings'
[arvados.git] / doc / user / getting_started / workbench.html.textile.liquid
index ccfdb8233a763c306d75da06f51b821448ea4037..fc704227e0a7ebb65ef4524be7e6f2abce094b12 100644 (file)
@@ -3,13 +3,20 @@ layout: default
 navsection: userguide
 title: Accessing Arvados Workbench
 ...
+{% comment %}
+Copyright (C) The Arvados Authors. All rights reserved.
 
-Access the Arvados beta test instance available using this link:
+SPDX-License-Identifier: CC-BY-SA-3.0
+{% endcomment %}
 
-"https://{{ site.arvados_workbench_host }}/":https://{{ site.arvados_workbench_host }}/
+If you are using the default Arvados instance for this guide, you can Access Arvados Workbench using this link:
 
-If you are accessing Arvados for the first time, you will be asked to log in using a Google account.  Arvados uses only your name and email address from Google services for identification, and will never access any personal information.  Once you are logged in, the Workbench page may indicate your account status is *New / inactive*.  If this is the case, contact the administrator of the Arvados instance to activate your account.
+<a href="{{site.arvados_workbench_host}}/" target="_blank">{{site.arvados_workbench_host}}/</a>
 
-Once your account is active, logging in to the Workbench will present you with a system status dashboard. This gives a summary of data, configuration, and activity in the Arvados instance. The dashboard will display a welcome message if you have not yet created any projects. Create a new project by clicking on the <span class="btn btn-primary glyphicon-plus"> Add new project</span>  button in the *My projects* panel in the dashboard.
+(If you are using a different Arvados instance than the default for this guide, replace *{{ site.arvados_workbench_host }}* with your private instance in all of the examples in this guide.)
 
-!{{ site.baseurl }}/images/workbench-dashboard.png!
+You may be asked to log in using a Google account.  Arvados uses only your name and email address from Google services for identification, and will never access any personal information.  If you are accessing Arvados for the first time, the Workbench may indicate your account status is *New / inactive*.  If this is the case, contact the administrator of the Arvados instance to request activation of your account.
+
+Once your account is active, logging in to the Workbench will present you with the Dashboard. This gives a summary of your projects and recent activity in the Arvados instance.  "You are now ready to run your first pipeline.":{{ site.baseurl }}/user/tutorials/tutorial-workflow-workbench.html
+
+!{display: block;margin-left: 25px;margin-right: auto;border:1px solid lightgray;}{{ site.baseurl }}/images/workbench-dashboard.png!