Capítulo 554 de 988

Chapter 554: Setup

Core Idea

<ExperimentalBadge> <p> Cloud Run is in <a href="/docs/cloudrun/status">Alpha status and not actively being developed.

Key Concepts

  • 1. Install @remotion/cloudrun
  • 2. Create a GCP project
  • 3. Enable billing in the GCP Project
  • 4. Setup Permissions / APIs / Service Account in GCP
  • 5. Optional: Validate the permission setup
  • 6. Deploy a service
  • 7. Deploy a site
  • 8. Render a video or still

Code Examples

npx remotion add @remotion/cloudrun
  • What it demonstrates: Usage pattern for Setup from the official docs.

Key Takeaways

  1. Understand 1. install @remotion/cloudrun when working with Setup.
  2. Understand 2. create a gcp project when working with Setup.
  3. Understand 3. enable billing in the gcp project when working with Setup.
  4. Understand 4. setup permissions / apis / service account in gcp when working with Setup.
  5. Understand 5. optional: validate the permission setup when working with Setup.

Connects To

  • api: related page in the Cloud Run (@remotion/cloudrun) section.
  • Checklist: related page in the Cloud Run (@remotion/cloudrun) section.
  • cli: related page in the Cloud Run (@remotion/cloudrun) section.