From: Ward Vandewege Date: Mon, 8 Jul 2013 17:57:01 +0000 (-0400) Subject: Add some more detail about arv's dependencies and how to install them. X-Git-Tag: 1.1.0~3123 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/60e48dca02fae8a6930c074bd6869d3a4baef237 Add some more detail about arv's dependencies and how to install them. --- diff --git a/doc/user/tutorial-job1.textile b/doc/user/tutorial-job1.textile index 8860b8e1af..673d47293e 100644 --- a/doc/user/tutorial-job1.textile +++ b/doc/user/tutorial-job1.textile @@ -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: + +
+    export GEM_HOME=~/.gem
+
+ h3. Submit a job We will run the "hash" program, which computes the MD5 hash of each file in a collection.