Add some more detail about arv's dependencies and how to install them.
[arvados.git] / doc / user / tutorial-job1.textile
index e4b1a45afff86c781ed217c1a45f48ad053dbbb1..673d47293ee3552040b00d79790fa866e164f1ea 100644 (file)
@@ -17,6 +17,12 @@ h3. Prerequisites
 
 If everything is set up correctly, the command @arv -h user current@ will display your account information.
 
+Arv depends on a few gems. It will tell you which ones to install, if they are not present yet. If you need to install the dependencies and are doing so as a non-root user, make sure you set GEM_HOME before you run gem install:
+
+<pre>
+    export GEM_HOME=~/.gem
+</pre>
+
 h3. Submit a job
 
 We will run the "hash" program, which computes the MD5 hash of each file in a collection.
@@ -53,14 +59,12 @@ EOF
 Submit the job.
 
 <pre>
-arv -h job new --job "$newjob"
+arv -h job create --job "$the_job"
 </pre>
 
-Go to Workbench, drop down the Compute menu, and click Jobs.
-
-The job you submitted should appear at the top of the list.
+Go to Workbench, drop down the Compute menu, and click Jobs. The job you submitted should appear at the top of the list.
 
-Hit Refresh until it finishes.
+Hit "Refresh" until it finishes.
 
 You can also watch the log messages while the job runs: