Merge branch '8784-dir-listings'
[arvados.git] / doc / user / topics / arv-web.html.textile.liquid
index cf3a3cc950fe2d51adddf56803da25700af83650..9671e97096288918b8a9c26584b6d378010a1d58 100644 (file)
@@ -3,14 +3,22 @@ layout: default
 navsection: userguide
 title: "Using arv-web"
 ...
+{% comment %}
+Copyright (C) The Arvados Authors. All rights reserved.
+
+SPDX-License-Identifier: CC-BY-SA-3.0
+{% endcomment %}
 
 @arv-web@ enables you to run a custom web service from the contents of an Arvados collection.
 
+{% include 'tutorial_expectations_workstation' %}
+
 h2. Usage
 
 @arv-web@ enables you to set up a web service based on the most recent collection in a project.  An arv-web application is a reproducible, immutable application bundle where the web app is packaged with both the code to run and the data to serve.  Because Arvados Collections can be updated with minimum duplication, it is efficient to produce a new application bundle when the code or data needs to be updated; retaining old application bundles makes it easy to go back and run older versions of your web app.
 
 <pre>
+$ cd $HOME/arvados/services/arv-web
 usage: arv-web.py [-h] --project-uuid PROJECT_UUID [--port PORT]
                   [--image IMAGE]