From 88c498466ea5b6d676fad36d8d341b40bec2cd36 Mon Sep 17 00:00:00 2001 From: Peter Amstutz Date: Thu, 3 Mar 2016 10:46:51 -0500 Subject: [PATCH] 8620: Add link to cloud.curoverse.com, and mention using arvbox for development testing. --- README.md | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2ba181ae82..43485c4e7b 100644 --- a/README.md +++ b/README.md @@ -18,16 +18,22 @@ Arvados consists of: ## Quick start -To try out Arvados quickly, you can use Arvbox, which provides Arvados -components pre-installed in a Docker container (requires Docker 1.9+). After -cloning the Arvados git repository: +Curoverse maintains an Arvados public cloud demo at +[https://cloud.curoverse.com](https://cloud.curoverse.com). A Google account +is required to log in. + +To try out Arvados on your local workstation, you can use Arvbox, which +provides Arvados components pre-installed in a Docker container (requires +Docker 1.9+). After cloning the Arvados git repository: ``` $ cd arvados/tools/arvbox/bin $ ./arvbox start localdemo ``` -See http://doc.arvados.org/install/arvbox.html for details and documentation. +In this mode you will only be able to connect to Arvbox from the same host. To +configure Arvbox to be accessible over a network and for other options see +http://doc.arvados.org/install/arvbox.html for details. ## Documentation @@ -61,6 +67,10 @@ The Arvados public bug tracker is located at https://dev.arvados.org/projects/ar Continuous integration is hosted at https://ci.curoverse.com/ +You can use Arvbox as a self-contained Arvados development environment using +`arvbox start dev` and run the Arvados test suite with `arvbox start test`. +See http://doc.arvados.org/install/arvbox.html for details. + ## Licensing Arvados is Free Software. See COPYING for information about Arvados Free -- 2.30.2