0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)Julia2,408 stars (2,408 stars)186 forks (186 forks)batch import
feature requesthelp wantedhosting
Description
Support to deploy Genie app on GCP
Contributor guide
- Tech stack
- None
- Domain
- clouddevops
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-2 days
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- needs investigation
- Prerequisites
- Familiarity with Genie frameworkBasic knowledge of GCP deployment
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 20
- Research direction
- The issue requests adding a GenieDeployGCP module for deploying Genie apps on Google Cloud Platform. Start by examining existing deployment modules like GenieDeployHeroku or GenieDeployAWS in the Genie repository to understand the expected structure and interfaces. Then research Google Cloud Platform deployment options, such as Cloud Run or Compute Engine, and identify the necessary steps and configuration files. Consider looking at issues or PRs in the Genie repo related to cloud deployment for additional context.