Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 11 additions & 8 deletions 02_Instructor_Setup.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,21 @@ Terra operates on Google Cloud Platform, so you will need a (free) Google accoun

Your Google account will also (1) allow you to manage billing yourself or (2) allow a Program Manager to do so on your behalf.

```{r, child=c("_child_create_google_account.Rmd")}

```{r, echo = FALSE, results='asis'}
cow::borrow_chapter(
doc_path = "child/_child_create_google_account.Rmd",
repo_name = "jhudsl/AnVIL_Template"
)
```

## Sign in to Terra

You need to sign into Terra to allow Billing Project managers to add you to projects and/or Workspaces. [Launch Terra](https://anvil.terra.bio/#workspaces), and you should be prompted to sign in with your Google account.

You can always access Terra by going to [`anvil.terra.bio`](https://anvil.terra.bio/), or by clicking the link on the AnVIL home page.

```{r, echo=FALSE, fig.alt='Screenshot of the AnVIL home page. The button to "launch Terra" is highlighted.'}
ottrpal::include_slide("https://docs.google.com/presentation/d/1-PVlDAzmDncjcCHIy9ZyR3ROyPpfjrg46LhEQopDc1Q/edit#slide=id.g22c9add987a_0_5")
```{r, echo = FALSE, results='asis'}
cow::borrow_chapter(
doc_path = "child/_child_terra_sign_in.Rmd",
repo_name = "jhudsl/AnVIL_Template",
branch_name = "main"
)
```

# Set up Google Billing {#google-billing-account}
Expand Down
3 changes: 0 additions & 3 deletions _child_create_google_account.Rmd

This file was deleted.

Loading