Skip to content

Commit

Permalink
Merge pull request #89 from virajshah/patch-1
Browse files Browse the repository at this point in the history
Update README.md to include Google Workspace permissions
  • Loading branch information
jasonbosco authored Oct 1, 2024
2 parents fc8608d + 0924614 commit 5aa290a
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,14 @@ If you're new to [Typesense](https://typesense.org), it is an open source search
Before installing this extension, make sure that you have:

1. [Set up a Cloud Firestore database](https://firebase.google.com/docs/firestore/quickstart) in your Firebase project.
2. [Set up](https://typesense.org/docs/guide/install-typesense.html) a Typesense cluster on [Typesense Cloud](https://cloud.typesense.org) or [Self-Hosted](https://typesense.org/docs/guide/install-typesense.html#option-2-local-machine-self-hosting) (free).
3. Set up a Typesense Collection either through the Typesense Cloud dashboard or
2. If using Google Workspace for Business, ensure that your default cloud compute based service account has the following roles (which can be found in the Google Cloud Console IAM section):
* Artifact Registry Administrator
* Artifact Registry Create-on-Push Writer
* Artifact Registry Service Agent
* Logs Writer
* Storage Object Viewer
3. [Set up](https://typesense.org/docs/guide/install-typesense.html) a Typesense cluster on [Typesense Cloud](https://cloud.typesense.org) or [Self-Hosted](https://typesense.org/docs/guide/install-typesense.html#option-2-local-machine-self-hosting) (free).
4. Set up a Typesense Collection either through the Typesense Cloud dashboard or
through the [API](https://typesense.org/docs/latest/api/collections.html#create-a-collection).

> [!IMPORTANT]
Expand Down

0 comments on commit 5aa290a

Please sign in to comment.