[ARVADOS] updated: 041a71c199e15f89b5adf4a5b5058b5ccbb171ee

git at public.curoverse.com git at public.curoverse.com
Tue Mar 11 17:35:16 EDT 2014


Summary of changes:
 docker/install_sdk.sh |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)
 create mode 100755 docker/install_sdk.sh

       via  041a71c199e15f89b5adf4a5b5058b5ccbb171ee (commit)
      from  ef35b37af2b60cce2b5d7668874ba4cabaf4482e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 041a71c199e15f89b5adf4a5b5058b5ccbb171ee
Author: Tim Pierce <twp at curoverse.com>
Date:   Tue Mar 11 17:36:13 2014 -0400

    install_sdk.sh: install the arvados-cli gem and all prerequisites. (refs #2221)

diff --git a/docker/install_sdk.sh b/docker/install_sdk.sh
new file mode 100755
index 0000000..1c07c9d
--- /dev/null
+++ b/docker/install_sdk.sh
@@ -0,0 +1,13 @@
+#! /bin/sh
+
+# Install prerequisites.
+sudo apt-get install curl libcurl3 libcurl3-gnutls libcurl4-openssl-dev python-pip
+
+# Install RVM.
+curl -sSL https://get.rvm.io | bash -s stable
+source ~/.rvm/scripts/rvm
+rvm install 2.1.0
+
+# Install arvados-cli.
+gem install arvados-cli
+sudo pip install --upgrade httplib2

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list