X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/6e65fde6143673c27ba85fef16acb1f5dce2d5b9..bffc439a72f03126359d468329b8d25febc7bc9e:/doc/user/tutorials/add-new-repository.html.textile.liquid diff --git a/doc/user/tutorials/add-new-repository.html.textile.liquid b/doc/user/tutorials/add-new-repository.html.textile.liquid index 762278a734..6046e7d14b 100644 --- a/doc/user/tutorials/add-new-repository.html.textile.liquid +++ b/doc/user/tutorials/add-new-repository.html.textile.liquid @@ -1,10 +1,15 @@ --- layout: default navsection: userguide -title: Adding a new arvados repository +title: Adding a new Arvados git repository ... +{% comment %} +Copyright (C) The Arvados Authors. All rights reserved. -Arvados repositories are managed through the Git revision control system. You can use these repositories to store your crunch scripts and run them in the arvados cluster. +SPDX-License-Identifier: CC-BY-SA-3.0 +{% endcomment %} + +Arvados supports managing git repositories. You can access these repositories using your Arvados credentials and share them with other Arvados users. {% include 'tutorial_expectations' %} @@ -19,19 +24,19 @@ Before you start using Git and arvados repositories, you should do some basic co h2. Add "tutorial" repository -On the Arvados Workbench, click on the dropdown menu icon in the upper right corner of the top navigation menu to access the user settings menu, and click on the menu item *Repositories*. +On the Arvados Workbench, click on the dropdown menu icon (Account Management) in the upper right corner of the top navigation menu to access the user settings menu, and click on the menu item *Repositories*. -In the *Repositories* page, you will see the *Add new repository* button. +In the *Repositories* page, you will see the + NEW REPOSITORY button. -!{display: block;margin-left: 25px;margin-right: auto;}{{ site.baseurl }}/images/repositories-panel.png! +!{width: 100%;}{{ site.baseurl }}/images/repositories-panel.png! -Click the *Add new Repository* button to open the popup to add a new arvados repository. You will see a text box where you can enter the name of the repository. Enter *tutorial* in this text box and click on *Create*. +Click the + NEW REPOSITORY button to open the popup to add a new Arvados repository. You will see a text box where you can enter the name of the repository. Enter *tutorial* in this text box and click on *Create*. {% include 'notebox_begin' %} The name you enter here must begin with a letter and can only contain alphanumeric characters. {% include 'notebox_end' %} -!{display: block;margin-left: 25px;margin-right: auto;border:1px solid lightgray;}{{ site.baseurl }}/images/add-new-repository.png! +!{width: 100%;}{{ site.baseurl }}/images/add-new-repository.png! This will create a new repository with the name @$USER/tutorial@. It can be accessed using the URL https://git.{{ site.arvados_api_host }}/$USER/tutorial.git or git@git.{{ site.arvados_api_host }}:$USER/tutorial.git