Skip to content

Commit

Permalink
Revise procedure to have users just enter name of container directly (#…
Browse files Browse the repository at this point in the history
…491)

* integrate custom docs with new UI

* more edits

* use website wording for intro

* fix numbering in table

* rename and some edits

* rename manage_repo file, per Bo

* Merge.

* formatting edits

* updates per Keyur's feedback

* Fix typos

* fix nav order

* fix link to API key request form

* update form link

* update key request form and output dir env var

* Revert to gerund

Though the style guide says to just use imperatives, "get started" just sounds weird. Also this is more consistent with "troubleshooting"

* new troubleshooting entry

* fix typo

* new data container procedures

* more work

* more work

* complete data draft

* more changes

* more changes

* more revisions

* update troubleshooting doc etc.

* new version of diagrams

* remove data loading problems troubleshooting entry; can't reproduce

* revert title change

* add example for not mixing entity types

* changes from Keyur

* add screenshots for GCP, and related changes

* fixed one image

* added screenshots for Cloud Run service

* resize images

* more changes from Keyur

* fix a tiny error

* delete unused images

* fix missing dash

* update build file

* adjust build command

* Revert "adjust build command"

This reverts commit 4ce0fb9.

* update docker file

* more fixes

* one last fix

* make links to Cloud Console open in a new page

* fixes to quickstart suggested by Prem

* one more change

* change from Keyur

* revise procedure
  • Loading branch information
kmoscoe authored Aug 27, 2024
1 parent e529ca8 commit b319264
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions custom_dc/data_cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,7 @@ See also the [Cloud Run](https://cloud.google.com/run/docs/create-jobs){: target

1. Go to [https://console.cloud.google.com/run/](https://console.cloud.google.com/run/){: target="_blank"} for your project.
1. Click **Create job**.
1. In the **Container image URL** field, click **Select** to open the **Select container image** window.
1. Click the **Container Registry** tab.
1. Next to the **Project**, click **Change**, search for **datcom-ci** and select it.
1. In the list of images that appears, navigate to and expand **gcr.io/datcom-ci/datacommons-data**, highlight the image you want, **stable** or **latest**, and click **Select**.

![Cloud Run job](/assets/images/custom_dc/gcp_screenshot1.png){: width="450" }

1. In the **Container image URL** field, enter `gcr.io/datcom-ci/datacommons-data:stable`.
1. Optionally, in the **Job name** field, enter an alternative name as desired.
1. In the **Region** field, select the region you chose as your location.
1. Leave the default **Number of tasks** as 1.
Expand Down

0 comments on commit b319264

Please sign in to comment.