[ARVADOS] updated: 88c498466ea5b6d676fad36d8d341b40bec2cd36

Git user git at public.curoverse.com
Thu Mar 3 10:46:53 EST 2016


Summary of changes:
 README.md | 18 ++++++++++++++----
 1 file changed, 14 insertions(+), 4 deletions(-)

       via  88c498466ea5b6d676fad36d8d341b40bec2cd36 (commit)
      from  1ecf849fd5abfced5d6e19def7b5757e2d68153c (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 88c498466ea5b6d676fad36d8d341b40bec2cd36
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Thu Mar 3 10:46:51 2016 -0500

    8620: Add link to cloud.curoverse.com, and mention using arvbox for development
    testing.

diff --git a/README.md b/README.md
index 2ba181a..43485c4 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

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list