[ARVADOS-DEV] updated: 076ba4ed7de93d81211c905551e38768f79a5518
git at public.curoverse.com
git at public.curoverse.com
Sat Nov 1 20:48:30 EDT 2014
Summary of changes:
install/{easy-evaluation.sh => easy-docker-install.sh} | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
rename install/{easy-evaluation.sh => easy-docker-install.sh} (83%)
via 076ba4ed7de93d81211c905551e38768f79a5518 (commit)
from 7ae95cd88f8de821b56d81a49a6999669d823c76 (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 076ba4ed7de93d81211c905551e38768f79a5518
Author: Ward Vandewege <ward at curoverse.com>
Date: Sat Nov 1 20:48:00 2014 -0400
Rename easy installation script. Update comments at the top of the script.
refs #4383
diff --git a/install/easy-evaluation.sh b/install/easy-docker-install.sh
similarity index 83%
rename from install/easy-evaluation.sh
rename to install/easy-docker-install.sh
index 16139d9..cc6f11e 100755
--- a/install/easy-evaluation.sh
+++ b/install/easy-docker-install.sh
@@ -1,14 +1,16 @@
#!/usr/bin/env bash
-# This script is intended for easy Arvados evaluation. It will download the
+# This script is intended to make Arvados installation easy. It will download the
# latest copy of the Arvados docker images as well as the arvdock command. It
-# then uses arvdoc to spin up Arvados on this computer.
+# then uses arvdock to spin up Arvados on this computer.
#
-# A version of this script is available at http://get.arvados.org, so that this
+# The latest version of this script is available at http://get.arvados.org, so that this
# command does the right thing:
#
# $ \curl -sSL http://get.arvados.org | bash
#
+# Prerequisites: working docker installation. Run this script as a user who is a member
+# of the docker group.
COLUMNS=80
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list