Skip to content

Commit

Permalink
Merge pull request #229 from cloud-quickstart/canary
Browse files Browse the repository at this point in the history
#220 - add cloudshell open
  • Loading branch information
fmichaelobrien authored Dec 20, 2022
2 parents 79a065a + c358b46 commit 2befbf1
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions solutions/document-processing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
## Description
This packge contains the minimal set of infrastructure needed to help with a document processing environment.

## Cloning the Repository
Run the following to open the shell and auto clone the repo into the cloudshell_open directory off your shell user directory.

[![Open this project in Google Cloud Shell](http://gstatic.com/cloudssh/images/open-btn.png)](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit&page=editor&tutorial=README.md)

CD into the solutions folder

```
cd cloudshell_open/pubsec-declarative-toolkit/solutions/document-processing/gcloud
```

Switch to the canary branch

```
git checkout canary
```

## Architecture
- paraphrasing from original architecture diagram from internal AI CE team under S.A.

Expand Down

0 comments on commit 2befbf1

Please sign in to comment.