X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/1c5176d87df0dbd25db6ff1fb2ab82ae17472145..4ec57503920f7cd47a48cb0d0cf089517b8d2dd3:/doc/install/install-api-server.html.textile.liquid diff --git a/doc/install/install-api-server.html.textile.liquid b/doc/install/install-api-server.html.textile.liquid index a1cca3d8b4..ff877495de 100644 --- a/doc/install/install-api-server.html.textile.liquid +++ b/doc/install/install-api-server.html.textile.liquid @@ -24,9 +24,9 @@ We recommend Ruby >= 2.1.
mkdir -p ~/src
 cd ~/src
-wget http://cache.ruby-lang.org/pub/ruby/2.1/ruby-2.1.1.tar.gz
-tar xzf ruby-2.1.1.tar.gz
-cd ruby-2.1.1
+wget http://cache.ruby-lang.org/pub/ruby/2.1/ruby-2.1.2.tar.gz
+tar xzf ruby-2.1.2.tar.gz
+cd ruby-2.1.2
 ./configure
 make
 sudo make install
@@ -37,7 +37,8 @@ sudo gem install bundler
 h2. Download the source tree
 
 
-
~$ git clone https://github.com/curoverse/arvados.git
+
~$ cd $HOME # (or wherever you want to install)
+~$ git clone https://github.com/curoverse/arvados.git
 
See also: "Downloading the source code":https://arvados.org/projects/arvados/wiki/Download on the Arvados wiki. @@ -140,7 +141,7 @@ To enable streaming so users can monitor crunch jobs in real time, add to your P
-h2. Add an admin user +h2(#admin-user). Add an admin user Point your browser to the API server's login endpoint: