X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/5dd7bd8a05d52838b1cb8df7b341a843abae7a0a..35016e091b321c41b6632d32a45f4b5591e98c67:/doc/install/create-standard-objects.html.textile.liquid diff --git a/doc/install/create-standard-objects.html.textile.liquid b/doc/install/create-standard-objects.html.textile.liquid index 92b0aded5c..4e105e82ec 100644 --- a/doc/install/create-standard-objects.html.textile.liquid +++ b/doc/install/create-standard-objects.html.textile.liquid @@ -1,29 +1,11 @@ --- layout: default navsection: installguide -title: Create standard objects +title: Add an Arvados repository ... - -Next, we're going to use the Arvados CLI tools on the shell server to create some standard objects. - -h3. "All users" group - -The convention is to add every active user to this group. We give it a distinctive UUID that looks like an IP broadcast address. - - -
~$ prefix=`arv --format=uuid user current | cut -d- -f1`
-~$ echo "Site prefix is '$prefix'"
-~$ read -rd $'\000' newgroup <<EOF; arv group create --group "$newgroup"
-{
- "uuid":"$prefix-j7d0g-fffffffffffffff",
- "name":"All users"
-}
-EOF
-
- -h3. "arvados" repository +Next, we're going to use the Arvados CLI tools on the shell server to create a few Arvados objects. These objects set up a hosted clone of the arvados repository on this cluster. This will be readable by the "All users" group, and therefore by every active user. This makes it possible for users to run the bundled Crunch scripts by specifying @"script_version":"master","repository":"arvados"@ rather than pulling the Arvados source tree into their own repositories.