bottlepy / bottle

bottle.py is a fast and simple micro-framework for python web-applications.
http://bottlepy.org/
MIT License
8.34k stars 1.46k forks source link

Deploying to Cloud Run (Google Cloud Platform) #1257

Closed iamafzalhassan closed 3 years ago

iamafzalhassan commented 3 years ago

Documentation Link - https://cloud.google.com/run/docs/quickstarts/build-and-deploy#python

The above documentation (Link) mentioned how a Flask app should deploy perfectly to the Cloud Run. But I'm a beginner and I just want to know how to deploy a Bottle app to the Cloud Run.

defnull commented 3 years ago

Exactly the same way.

iamafzalhassan commented 3 years ago

Do you mind sharing a sample code of main.py please, its a lot for me. Thank you.

On Fri, Nov 20, 2020, 5:43 PM Marcel Hellkamp notifications@github.com wrote:

Exactly the same way.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/bottlepy/bottle/issues/1257#issuecomment-731134967, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKWV42F46WLMNQLSILB2HA3SQZMOTANCNFSM4T4RITFA .

defnull commented 3 years ago

This is an issue tracker, not a support forum. Changing the example to work with bottle is really really simple and can be tested locally on your computer. Please try yourself before asking others for help.

iamafzalhassan commented 3 years ago

Thanks, I'll check it out.

On Fri, Nov 20, 2020, 9:38 PM Marcel Hellkamp notifications@github.com wrote:

This is an issue tracker, not a support forum. Changing the example to work with bottle is really really simple and can be tested locally on your computer. Please try yourself before asking others for help.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/bottlepy/bottle/issues/1257#issuecomment-731258618, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKWV42GQID6AIGS7J4M5I7DSQ2IBJANCNFSM4T4RITFA .