Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Faciliate move of project onto Google Cloud Platform #131

Open
zareentk opened this issue Mar 10, 2024 · 2 comments
Open

Faciliate move of project onto Google Cloud Platform #131

zareentk opened this issue Mar 10, 2024 · 2 comments
Assignees

Comments

@zareentk
Copy link
Collaborator

  • Download the Google Cloud SDK installer from https://cloud.google.com/sdk/docs/install.
    Install the SDK on your local machine. During installation, the SDK installer should prompt you to log in with your Google account and authorize it.

  • Initialize the SDK by opening your command-line interface and running

  • gcloud init

  • Create an app.yaml file in the root directory of the project
    runtime: python39
    entrypoint: gunicorn -b :$PORT main:app

Deploy to Google App Engine by running:
gcloud app deploy

@clarawong20
Copy link
Collaborator

interested

1 similar comment
@MithunPara
Copy link
Collaborator

interested

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants